Fix typo from @encode to @endcode 65/311965/1 accepted/tizen/8.0/unified/20240603.162515
authorJinWang An <jinwang.an@samsung.com>
Fri, 31 May 2024 05:59:29 +0000 (14:59 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 31 May 2024 05:59:29 +0000 (14:59 +0900)
Change-Id: Id5c1ca0139e82e8c7a4bf48532d951f1b0423a8f
Signed-off-by: JinWang An <jinwang.an@samsung.com>
src/include/utils_i18n_ucnvsel.h

index 8ca993e..c9e8651 100644 (file)
@@ -164,7 +164,7 @@ int i18n_ucnvsel_serialize(const i18n_uconverter_selector_h sel, void *buffer, i
  *     i18n_ucnvsel_destroy(sel);
  *     return EXIT_SUCCESS;
  * }
- * @encode
+ * @endcode
  */
 int i18n_ucnvsel_select_for_string(const i18n_uconverter_selector_h sel, const i18n_uchar *string, int32_t length, i18n_uenumeration_h *enumeration);