From d5858dc51c8c303397a1aeb540e54ac6dba92b3c Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Fri, 23 Sep 2016 11:00:25 +0900 Subject: [PATCH] Fix warnings - 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 --- src/include/utils_i18n_types.h | 4 ++-- src/include/utils_i18n_ubrk.h | 2 +- 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. -- 2.7.4