Updated the documentation for OBI_SEQ columns
This commit is contained in:
@ -51,7 +51,7 @@ int obi_column_set_obiseq_with_elt_idx(OBIDMS_column_p column, index_t line_nb,
|
|||||||
* @param element_idx The index of the element that should be recovered in the line.
|
* @param element_idx The index of the element that should be recovered in the line.
|
||||||
*
|
*
|
||||||
* @returns The recovered value.
|
* @returns The recovered value.
|
||||||
* @retval '\0' the NA value of the type if an error occurred and obi_errno is set.
|
* @retval OBISeq_NA the NA value of the type if an error occurred and obi_errno is set.
|
||||||
*
|
*
|
||||||
* @since November 2015
|
* @since November 2015
|
||||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||||
@ -89,7 +89,7 @@ int obi_column_set_obiseq_with_elt_name(OBIDMS_column_p column, index_t line_nb,
|
|||||||
* @param element_name The name of the element that should be recovered in the line.
|
* @param element_name The name of the element that should be recovered in the line.
|
||||||
*
|
*
|
||||||
* @returns The recovered value.
|
* @returns The recovered value.
|
||||||
* @retval '\0' the NA value of the type if an error occurred and obi_errno is set.
|
* @retval OBISeq_NA the NA value of the type if an error occurred and obi_errno is set.
|
||||||
*
|
*
|
||||||
* @since November 2015
|
* @since November 2015
|
||||||
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
* @author Celine Mercier (celine.mercier@metabarcoding.org)
|
||||||
|
Reference in New Issue
Block a user