From bf76eb247123a663706f74830cb984973fde11ce Mon Sep 17 00:00:00 2001 From: InHong Han Date: Mon, 7 Aug 2017 12:46:05 +0900 Subject: [PATCH] Modified the description related to the prediction hint Change-Id: I4191da96ef9ead9d66893592102f99a901010658 --- include/inputmethod.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/inputmethod.h b/include/inputmethod.h index 8371601..4a86377 100644 --- a/include/inputmethod.h +++ b/include/inputmethod.h @@ -2164,7 +2164,7 @@ int ime_device_info_get_class(ime_device_info_h dev_info, Ecore_IMF_Device_Class int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IMF_Device_Subclass *dev_subclass); /** - * @brief Sets @c prediction_hint_set event callback function. + * @brief Sets prediction hint event callback function. * * @since_tizen 4.0 * @@ -2175,7 +2175,7 @@ int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IMF_Device_Su * @remarks The ime_prediction_hint_set_cb() callback function is called to set the prediction * hint string to deliver to the input panel. * - * @param[in] callback_func @c prediction_hint_set event callback function + * @param[in] callback_func The prediction hint event callback function * @param[in] user_data User data to be passed to the callback function * * @return 0 on success, otherwise a negative error value -- 2.34.1