Modified the description related to the prediction hint 68/142668/1
authorInHong Han <inhong1.han@samsung.com>
Mon, 7 Aug 2017 03:46:05 +0000 (12:46 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 7 Aug 2017 03:46:38 +0000 (12:46 +0900)
Change-Id: I4191da96ef9ead9d66893592102f99a901010658

include/inputmethod.h

index 8371601181fe99e109b68475d9c73c7bd65cbf9c..4a863779812885df0da08c86b168c35b7da202ce 100644 (file)
@@ -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