fixed typo in doxygen doc

This commit is contained in:
Celine Mercier
2015-10-08 10:33:19 +02:00
parent c98d567e2f
commit c013e6ad33
5 changed files with 15 additions and 15 deletions

View File

@ -32,8 +32,8 @@
* @param value The value that should be set. * @param value The value that should be set.
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retvalue 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)
@ -71,7 +71,7 @@ obibool_t obi_column_get_obibool_with_elt_idx(OBIDMS_column_p column, size_t lin
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retval 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since August 2015 * @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)

View File

@ -32,8 +32,8 @@
* @param value The value that should be set. * @param value The value that should be set.
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retvalue 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)
@ -71,7 +71,7 @@ obichar_t obi_column_get_obichar_with_elt_idx(OBIDMS_column_p column, size_t lin
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retval 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since August 2015 * @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)

View File

@ -32,8 +32,8 @@
* @param value The value that should be set. * @param value The value that should be set.
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retvalue 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)
@ -71,7 +71,7 @@ obifloat_t obi_column_get_obifloat_with_elt_idx(OBIDMS_column_p column, size_t l
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retval 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since August 2015 * @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)

View File

@ -32,8 +32,8 @@
* @param value The value that should be set. * @param value The value that should be set.
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retvalue 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)
@ -71,7 +71,7 @@ obiidx_t obi_column_get_obiidx_with_elt_idx(OBIDMS_column_p column, size_t line_
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retval 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since August 2015 * @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)

View File

@ -32,8 +32,8 @@
* @param value The value that should be set. * @param value The value that should be set.
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retvalue 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)
@ -71,7 +71,7 @@ obiint_t obi_column_get_obiint_with_elt_idx(OBIDMS_column_p column, size_t line_
* *
* @returns An integer value indicating the success of the operation. * @returns An integer value indicating the success of the operation.
* @retval 0 on success. * @retval 0 on success.
* @retvalue -1 if an error occurred. * @retval -1 if an error occurred.
* *
* @since August 2015 * @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)