From c3e4201f893f405d091825b9a7a442fd4267c613 Mon Sep 17 00:00:00 2001 From: Hyunjee Kim Date: Mon, 11 Sep 2017 16:25:55 +0900 Subject: [PATCH] Fix documentation errors * utils_i18n_ucollator.h Change-Id: Ifc7706e1cc76b288f2f2561abc349c3c283aca9e Signed-off-by: Hyunjee Kim --- src/include/utils_i18n_ucollator.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/include/utils_i18n_ucollator.h b/src/include/utils_i18n_ucollator.h index 57262b2..3128c9e 100644 --- a/src/include/utils_i18n_ucollator.h +++ b/src/include/utils_i18n_ucollator.h @@ -364,7 +364,7 @@ int i18n_ucollator_str_collator_iter(const i18n_ucollator_h collator, * @details The strength influences how strings are compared. * @since_tizen 4.0 * - * @param[in] collator The #i18n_collator_h to query + * @param[in] collator The #i18n_ucollator_h to query * @param[out] strength The collation strength; One of #I18N_UCOLLATOR_PRIMARY, #I18N_UCOLLATOR_SECONDARY, * #I18N_UCOLLATOR_TERTIARY, #I18N_UCOLLATOR_QUATERNARY, #I18N_UCOLLATOR_IDENTICAL * @@ -379,7 +379,7 @@ int i18n_ucollator_get_strength(const i18n_ucollator_h collator, i18n_ucollator_ * @details The strength influences how strings are compared. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * - * @param[in] collator The i18n_collator_h to set. + * @param[in] collator The i18n_ucollator_h to set. * @param[in] strength The desired collation strength.\n * One of #i18n_ucollator_strength_e * @@ -394,7 +394,7 @@ int i18n_ucollator_set_strength(i18n_ucollator_h collator, i18n_ucollator_streng * #i18n_ucollator_reorder_code_e entries. * @since_tizen 4.0 * - * @param[in] collator The #i18n_collator_h to query + * @param[in] collator The #i18n_ucollator_h to query * @param[in] dest_size The length of @a dest. If it is @c 0, then dest may be @c NULL and the function * will only set the @a n_codes parameter to the length of the result without * writing any codes (pre-flighting). @@ -438,7 +438,7 @@ int i18n_ucollator_get_reorder_codes(const i18n_ucollator_h collator, int32_t de * of setting no reordering will be to have the DUCET/CLDR ordering used. * @since_tizen 4.0 * - * @param[in] collator The #i18n_collator_h to query + * @param[in] collator The #i18n_ucollator_h to query * @param[in] reorder_codes An array of script codes in the new order. * This can be @c NULL if the @a codes_length is also set to @c 0. * An empty array will clear any reordering codes on the collator. @@ -800,7 +800,7 @@ int i18n_ucollator_merge_sort_keys(const uint8_t *src1, int32_t src1_length, * @brief Sets an attribute's value. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * - * @param[in] collator The i18n_collator_h containing attributes to be changed + * @param[in] collator The i18n_ucollator_h containing attributes to be changed * @param[in] attr The attribute type * @param[in] val The attribute value * -- 2.34.1