From c013e6ad3331e7e8e2e803ce40ec76ff4cc564a1 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 8 Oct 2015 10:33:19 +0200 Subject: [PATCH] fixed typo in doxygen doc --- src/obidmscolumn_bool.h | 6 +++--- src/obidmscolumn_char.h | 6 +++--- src/obidmscolumn_float.h | 6 +++--- src/obidmscolumn_idx.h | 6 +++--- src/obidmscolumn_int.h | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/obidmscolumn_bool.h b/src/obidmscolumn_bool.h index 1b48416..791579d 100644 --- a/src/obidmscolumn_bool.h +++ b/src/obidmscolumn_bool.h @@ -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 @@ 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. * @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) diff --git a/src/obidmscolumn_char.h b/src/obidmscolumn_char.h index ecebf21..9688c24 100644 --- a/src/obidmscolumn_char.h +++ b/src/obidmscolumn_char.h @@ -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 @@ 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. * @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) diff --git a/src/obidmscolumn_float.h b/src/obidmscolumn_float.h index a1d59ff..e918494 100644 --- a/src/obidmscolumn_float.h +++ b/src/obidmscolumn_float.h @@ -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) diff --git a/src/obidmscolumn_idx.h b/src/obidmscolumn_idx.h index 6f339cc..b18f9b8 100644 --- a/src/obidmscolumn_idx.h +++ b/src/obidmscolumn_idx.h @@ -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 @@ 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. * @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) diff --git a/src/obidmscolumn_int.h b/src/obidmscolumn_int.h index cdff7f3..c4154b5 100644 --- a/src/obidmscolumn_int.h +++ b/src/obidmscolumn_int.h @@ -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 @@ 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. * @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)