From 6b394a5cf734ed9c133ab4675ffee5509441730a Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 22 Apr 2016 15:58:20 +0200 Subject: [PATCH] Updated the documentation for OBI_SEQ columns --- src/obidmscolumn_seq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/obidmscolumn_seq.h b/src/obidmscolumn_seq.h index fad0bee..2117452 100644 --- a/src/obidmscolumn_seq.h +++ b/src/obidmscolumn_seq.h @@ -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. * * @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 * @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. * * @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 * @author Celine Mercier (celine.mercier@metabarcoding.org)