Commit 6f9a1e17 authored by marko's avatar marko

branches/zip: Add some Doxygen @return comments.

parent 68a1ee99
...@@ -146,7 +146,8 @@ dtype_is_non_binary_string_type( ...@@ -146,7 +146,8 @@ dtype_is_non_binary_string_type(
/*********************************************************************//** /*********************************************************************//**
Forms a precise type from the < 4.1.2 format precise type plus the Forms a precise type from the < 4.1.2 format precise type plus the
charset-collation code. */ charset-collation code.
@return precise type, including the charset-collation code */
UNIV_INTERN UNIV_INTERN
ulint ulint
dtype_form_prtype( dtype_form_prtype(
......
...@@ -278,7 +278,8 @@ dtype_get_mblen( ...@@ -278,7 +278,8 @@ dtype_get_mblen(
ulint* mbmaxlen); /*!< out: maximum length of a ulint* mbmaxlen); /*!< out: maximum length of a
multi-byte character */ multi-byte character */
/*********************************************************************//** /*********************************************************************//**
Gets the MySQL charset-collation code for MySQL string types. */ Gets the MySQL charset-collation code for MySQL string types.
@return MySQL charset-collation code */
UNIV_INLINE UNIV_INLINE
ulint ulint
dtype_get_charset_coll( dtype_get_charset_coll(
...@@ -286,7 +287,8 @@ dtype_get_charset_coll( ...@@ -286,7 +287,8 @@ dtype_get_charset_coll(
ulint prtype);/*!< in: precise data type */ ulint prtype);/*!< in: precise data type */
/*********************************************************************//** /*********************************************************************//**
Forms a precise type from the < 4.1.2 format precise type plus the Forms a precise type from the < 4.1.2 format precise type plus the
charset-collation code. */ charset-collation code.
@return precise type, including the charset-collation code */
UNIV_INTERN UNIV_INTERN
ulint ulint
dtype_form_prtype( dtype_form_prtype(
......
...@@ -28,7 +28,8 @@ Created 1/16/1996 Heikki Tuuri ...@@ -28,7 +28,8 @@ Created 1/16/1996 Heikki Tuuri
# include "ha_prototypes.h" # include "ha_prototypes.h"
/*********************************************************************//** /*********************************************************************//**
Gets the MySQL charset-collation code for MySQL string types. */ Gets the MySQL charset-collation code for MySQL string types.
@return MySQL charset-collation code */
UNIV_INLINE UNIV_INLINE
ulint ulint
dtype_get_charset_coll( dtype_get_charset_coll(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment