From: Hyunjee Kim Date: Tue, 21 Mar 2017 04:30:10 +0000 (+0900) Subject: Fix API reference X-Git-Tag: accepted/tizen/common/20170322.153805^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_mobile;p=platform%2Fcore%2Fapi%2Fbase-utils.git Fix API reference Change-Id: I0393107a2dc78b6e7cbc212f66d2ea4232812008 Signed-off-by: Hyunjee Kim --- diff --git a/src/include/utils_i18n_types.h b/src/include/utils_i18n_types.h index 0f7bd58..325ff5b 100644 --- a/src/include/utils_i18n_types.h +++ b/src/include/utils_i18n_types.h @@ -3963,7 +3963,7 @@ typedef uint8_t i18n_uversion_info[I18N_UVERSION_MAX_VERSION_LENGTH]; /** - * @addtogroup CAPI_BASE_UTILS_I18N_UCHAR_ITERATOR_MODULE + * @addtogroup CAPI_BASE_UTILS_I18N_UCHAR_ITER_MODULE * @{ */ diff --git a/src/include/utils_i18n_uchar_iter.h b/src/include/utils_i18n_uchar_iter.h index 2d49e64..bec429b 100644 --- a/src/include/utils_i18n_uchar_iter.h +++ b/src/include/utils_i18n_uchar_iter.h @@ -27,12 +27,12 @@ /** * @ingroup CAPI_BASE_UTILS_I18N_MODULE - * @defgroup CAPI_BASE_UTILS_I18N_UCHAR_ITERATOR_MODULE UChar Iterator + * @defgroup CAPI_BASE_UTILS_I18N_UCHAR_ITER_MODULE UChar Iterator * @brief The UChar Iterator module provides API for code unit iteration. - * @section CAPI_BASE_UTILS_I18N_UCHAR_ITERATOR_MODULE Required Header + * @section CAPI_BASE_UTILS_I18N_UCHAR_ITER_MODULE_HEADER Required Header * \#include * - * @section CAPI_BASE_UTILS_I18N_UCHAR_ITERATOR_MODULE_OVERVIEW Overview + * @section CAPI_BASE_UTILS_I18N_UCHAR_ITER_MODULE_OVERVIEW Overview * @details C API for code unit iteration. * This can be implemented using simple strings, etc. * The current() and next() functions only check the current index against the limit, @@ -47,7 +47,7 @@ */ /** - * @addtogroup CAPI_BASE_UTILS_I18N_UCHAR_ITERATOR_MODULE + * @addtogroup CAPI_BASE_UTILS_I18N_UCHAR_ITER_MODULE * @{ */