projects
/
platform
/
core
/
api
/
base-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
088d04b
)
Fix typo from @encode to @endcode
65/311965/1
accepted/tizen/8.0/unified/20240603.162515
author
JinWang An
<jinwang.an@samsung.com>
Fri, 31 May 2024 05:59:29 +0000
(14:59 +0900)
committer
JinWang 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
patch
|
blob
|
history
diff --git
a/src/include/utils_i18n_ucnvsel.h
b/src/include/utils_i18n_ucnvsel.h
index
8ca993e
..
c9e8651
100644
(file)
--- a/
src/include/utils_i18n_ucnvsel.h
+++ b/
src/include/utils_i18n_ucnvsel.h
@@
-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
+ * @en
d
code
*/
int i18n_ucnvsel_select_for_string(const i18n_uconverter_selector_h sel, const i18n_uchar *string, int32_t length, i18n_uenumeration_h *enumeration);