summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjee Kim <hj0426.kim@samsung.com>2016-09-23 11:00:25 +0900
committerHyunjee Kim <hj0426.kim@samsung.com>2016-09-23 11:01:14 +0900
commitd5858dc51c8c303397a1aeb540e54ac6dba92b3c (patch)
treeb089fee5befb509c7ea2fa276a4fb4f8e56b2e52
parent0c607227d57464fb11b792a194091ac8a18712c5 (diff)
downloadbase-utils-d5858dc51c8c303397a1aeb540e54ac6dba92b3c.tar.gz
base-utils-d5858dc51c8c303397a1aeb540e54ac6dba92b3c.tar.bz2
base-utils-d5858dc51c8c303397a1aeb540e54ac6dba92b3c.zip
- 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>
-rw-r--r--src/include/utils_i18n_types.h4
-rw-r--r--src/include/utils_i18n_ubrk.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils_i18n_types.h b/src/include/utils_i18n_types.h
index 9224c42..d658a08 100644
--- a/src/include/utils_i18n_types.h
+++ b/src/include/utils_i18n_types.h
@@ -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
diff --git a/src/include/utils_i18n_ubrk.h b/src/include/utils_i18n_ubrk.h
index b4b3e81..d1d1569 100644
--- a/src/include/utils_i18n_ubrk.h
+++ b/src/include/utils_i18n_ubrk.h
@@ -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.