Fix doxygen part 89/248889/1 accepted/tizen/unified/20201210.124556 submit/tizen/20201203.050707
authorJinWang An <jinwang.an@samsung.com>
Thu, 3 Dec 2020 04:59:22 +0000 (13:59 +0900)
committerJinWang An <jinwang.an@samsung.com>
Thu, 3 Dec 2020 04:59:30 +0000 (13:59 +0900)
 - remove i18n_ucnv_get_destroy(), i18n_ucnv_from_chars()

Change-Id: I0b26f8542bca1f50025d24b0518ea3bd61fe59b7
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/include/utils_i18n_ucnv.h

index 53ee8c9..cf850ec 100644 (file)
@@ -197,7 +197,6 @@ int i18n_ucnv_create_ccsid(int32_t codepage, i18n_ucnv_platform_e platform, i18n
  * @retval #I18N_ERROR_FILE_ACCESS        Requested file cannot be found
  * @see i18n_ucnv_create()
  * @see i18n_ucnv_safe_clone()
- * @see i18n_ucnv_get_destroy()
  *
  */
 int i18n_ucnv_create_package(const char *package_name, const char *converter_name, i18n_ucnv_h *converter);
@@ -583,7 +582,6 @@ int i18n_ucnv_get_unicode_set(i18n_ucnv_h converter, i18n_uset_h set_fill_in, i1
  * @retval #I18N_ERROR_NONE               Successful
  * @retval #I18N_ERROR_INVALID_PARAMETER  Invalid function parameter
  * @retval #I18N_ERROR_BUFFER_OVERFLOW    A result would not fit in the supplied buffer
- * @see i18n_ucnv_from_chars()
  * @see i18n_ucnv_convert()
  * @see i18n_ucnv_get_min_char_size()
  *
@@ -627,7 +625,6 @@ int i18n_ucnv_from_unicode(i18n_ucnv_h converter, char **target, const char *tar
 * @retval #I18N_ERROR_NONE               Successful
 * @retval #I18N_ERROR_INVALID_PARAMETER  Invalid function parameter
 * @retval #I18N_ERROR_BUFFER_OVERFLOW    A result would not fit in the supplied buffer
-* @see i18n_ucnv_from_chars()
 * @see i18n_ucnv_convert()
 * @see i18n_ucnv_get_min_char_size()
 * @see i18n_ucnv_get_next_uchar()