From 4f31ddfa81ac2bc1aecc75721c6a44af229cfed0 Mon Sep 17 00:00:00 2001 From: InHong Han Date: Thu, 19 Sep 2019 15:12:44 +0900 Subject: [PATCH] Fix invalid API description Change-Id: If6cc17002fda484d4323befeb840a135fe4585ff --- inputmethod/include/inputmethod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputmethod/include/inputmethod.h b/inputmethod/include/inputmethod.h index 4f6f3d7..44e9350 100644 --- a/inputmethod/include/inputmethod.h +++ b/inputmethod/include/inputmethod.h @@ -428,7 +428,7 @@ typedef void (*ime_language_set_cb)(Ecore_IMF_Input_Panel_Lang language, void *u * * @privilege %http://tizen.org/privilege/ime * - * @remarks @data should not be released. + * @remarks @a data should not be released. * * @param[in] data The specific data to be set to the input panel * @param[in] data_length The length of data, in bytes, to send to the input panel -- 2.7.4