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.
*
* @returns An integer value indicating the success of the operation.
* @retvalue 0 on success.
* @retvalue -1 if an error occurred.
* @retval 0 on success.
* @retval -1 if an error occurred.
*
* @since July 2015
* @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.
* @retval 0 on success.
* @retvalue -1 if an error occurred.
* @retval -1 if an error occurred.
*
* @since August 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org)