Fix warnings 64/89264/1 accepted/tizen/3.0/ivi/20161011.053511 accepted/tizen/3.0/mobile/20161015.032248 accepted/tizen/3.0/tv/20161016.003411 accepted/tizen/3.0/wearable/20161015.080325 accepted/tizen/common/20160923.160637 accepted/tizen/ivi/20160925.234304 accepted/tizen/mobile/20160925.234315 accepted/tizen/tv/20160925.234312 accepted/tizen/wearable/20160925.234309 submit/tizen/20160923.044504 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000000 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
authorHyunjee Kim <hj0426.kim@samsung.com>
Fri, 23 Sep 2016 02:00:25 +0000 (11:00 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Fri, 23 Sep 2016 02:01:14 +0000 (11:01 +0900)
- explicit link request to 'UCHAR_CANONICAL_COMBINING_CLASS' could not
be resolved
- End of list marker found without any preceding list items

Change-Id: Ib665ebb65c7684f16eac1af1fcde893359c9c52f
Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
src/include/utils_i18n_types.h
src/include/utils_i18n_ubrk.h

index 9224c42..d658a08 100644 (file)
@@ -504,11 +504,11 @@ typedef enum {
         */
        I18N_UCHAR_LEAD_CANONICAL_COMBINING_CLASS,
        /**< Enumerated property Lead_Canonical_Combining_Class. \n
-                Returns 8-bit numeric values like #UCHAR_CANONICAL_COMBINING_CLASS.
+                Returns 8-bit numeric values.
         */
        I18N_UCHAR_TRAIL_CANONICAL_COMBINING_CLASS,
        /**< Enumerated property Trail_Canonical_Combining_Class. \n
-                Returns 8-bit numeric values like #UCHAR_CANONICAL_COMBINING_CLASS.
+                Returns 8-bit numeric values.
         */
        I18N_UCHAR_GRAPHEME_CLUSTER_BREAK,
        /**< Enumerated property Grapheme_Cluster_Break (new in Unicode 4.1). \n
index b4b3e81..d1d1569 100644 (file)
@@ -178,7 +178,7 @@ int32_t i18n_ubrk_previous(i18n_ubreak_iterator_h break_iter);
 
 /**
  * @brief Sets the iterator position to zero, the start of the text being scanned.
- * @remarks The specific error code can be obtained using the get_last_result() method.
+ * @remarks The specific error code can be obtained using the get_last_result() method.
  *                     Error codes are described in Exceptions section.
  * @since_tizen 2.3.1
  * @param[in] break_iter The break iterator to use. Must not be @c NULL.