*/
/**
- * @brief Enumeration for input method function error
+ * @brief Enumeration for input method function error.
*
* @since_tizen @if MOBILE 2.4 @else 3.0 @endif
*/
} ime_error_e;
/**
- * @brief Enumeration of the option window type
+ * @brief Enumeration of the option window type.
*
* @since_tizen @if MOBILE 2.4 @else 3.0 @endif
*
} ime_option_window_type_e;
/**
- * @brief Enumeration of layout variation
+ * @brief Enumeration of layout variation.
*
* @since_tizen @if MOBILE 2.4 @else 3.0 @endif
*
} ime_layout_variation_e;
/**
- * @brief Enumeration of string attribute type
+ * @brief Enumeration of string attribute type.
*
* @since_tizen @if MOBILE 2.4 @else 3.0 @endif
*
typedef void (*ime_mime_type_set_request_cb)(const char *mime_type, void *user_data);
/**
- * @brief Called to set the prediction hint key and value to deliver to the input panel.
+ * @brief Called with the prediction hint key and value which can be delivered to the input panel.
*
* @since_tizen 5.0
*
*
* @privilege %http://tizen.org/privilege/ime
*
- * @remarks @a value is valid only in the callback. To use outside the callback, make a copy.
+ * @remarks @a key and @a value is valid only in the callback. To use outside the callback, make a copy.
* This function is used by the applications to deliver the prediction hint data message to the input panel.
*
* @param[in] key The prediction hint key to be set to the input panel
*
* @privilege %http://tizen.org/privilege/ime
*
- * @remarks The ime_prediction_hint_data_set_cb() callback function is called to set the prediction
- * hint key and value to deliver to the input panel.
+ * @remarks The ime_prediction_hint_data_set_cb() callback function is called to provide the prediction
+ * hint key and value which can be delivered to the input panel.
*
* @param[in] callback_func The prediction hint event callback function
* @param[in] user_data User data to be passed to the callback function