Fix API reference 86/119986/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170322.153805 accepted/tizen/ivi/20170323.000914 accepted/tizen/mobile/20170323.000854 accepted/tizen/tv/20170323.000900 accepted/tizen/unified/20170323.000917 accepted/tizen/wearable/20170323.000909 submit/tizen/20170322.065311
authorHyunjee Kim <hj0426.kim@samsung.com>
Tue, 21 Mar 2017 04:30:10 +0000 (13:30 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Tue, 21 Mar 2017 04:30:28 +0000 (13:30 +0900)
Change-Id: I0393107a2dc78b6e7cbc212f66d2ea4232812008
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
src/include/utils_i18n_types.h
src/include/utils_i18n_uchar_iter.h

index 0f7bd58..325ff5b 100644 (file)
@@ -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
  * @{
  */
 
index 2d49e64..bec429b 100644 (file)
 
 /**
  * @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 <utils_i18n.h>
  *
- * @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
  * @{
  */