Fixed minor error in the documentation of a function.

This commit is contained in:
Celine Mercier
2015-11-16 15:38:01 +01:00
parent e8417b4f6f
commit eb12af4da4

View File

@ -331,7 +331,7 @@ int obi_unmap_header(OBIDMS_column_header_p header);
* @param element_name The name of the element. * @param element_name The name of the element.
* *
* @returns The index of the element in a line of the column. * @returns The index of the element in a line of the column.
* @retval SIZE_MAX if an error occurred. * @retval OBIIdx_NA if an error occurred. // TODO not sure if this is "clean".
* *
* @since July 2015 * @since July 2015
* @author Celine Mercier (celine.mercier@metabarcoding.org) * @author Celine Mercier (celine.mercier@metabarcoding.org)