Fix API reference 17/238417/1 accepted/tizen/unified/20200723.161240 submit/tizen/20200722.045757
authorHyunjee Kim <hj0426.kim@samsung.com>
Tue, 14 Jul 2020 00:21:44 +0000 (09:21 +0900)
committerHyunjee Kim <hj0426.kim@samsung.com>
Tue, 14 Jul 2020 00:23:59 +0000 (09:23 +0900)
* Add missing since tag
* Replace with correct function.

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

index 551242d..ca98633 100644 (file)
@@ -4006,6 +4006,7 @@ typedef i18n_uchar_direction_e(*i18n_ubidi_class_cb)(const void *context, i18n_u
  *                     #I18N_UBIDI_DEFAULT_RTL is odd, just like with normal LTR and RTL level values - these
  *                     special values are designed that way. Also, the implementation assumes that
  *                     #I18N_UBIDI_MAX_EXPLICIT_LEVEL is odd.
+ * @since_tizen 3.0
  *
  * @see i18n_ubidi_set_para()
  * @see I18N_UBIDI_DEFAULT_LTR
index d1afbd0..8399d0d 100644 (file)
@@ -372,6 +372,7 @@ i18n_uchar *i18n_ustring_pbrk(const i18n_uchar *string, const i18n_uchar *match_
  * @exception #I18N_ERROR_INVALID_PARAMETER Invalid function parameter
  * @return The number of initial characters in @a string that do not
  * occur in @a match_set.
+ * @see i18n_ustring_spn()
  */
 int32_t i18n_ustring_cspn(const i18n_uchar *string, const i18n_uchar *match_set);
 
@@ -388,7 +389,7 @@ int32_t i18n_ustring_cspn(const i18n_uchar *string, const i18n_uchar *match_set)
  * occur in @a match_set.
  * @exception #I18N_ERROR_NONE Success
  * @exception #I18N_ERROR_INVALID_PARAMETER Invalid function parameter
- * @see i18n_ustring_spn()
+ * @see i18n_ustring_cspn()
  */
 int32_t i18n_ustring_spn(const i18n_uchar *string, const i18n_uchar *match_set);