From: sungwook79.park Date: Mon, 26 Sep 2016 05:03:47 +0000 (+0900) Subject: Remove native api reference warning X-Git-Tag: submit/tizen/20160927.082423~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8aa1ba09c3b86172f5190faeb05fe999c4cb8f7;p=platform%2Fcore%2Fapi%2Finputmethod.git Remove native api reference warning Change-Id: Ibc8b7347efab1fd4a4532b5632d4e4fcfd34bf6c Signed-off-by: sungwook79.park --- diff --git a/include/default/inputmethod.h b/include/default/inputmethod.h index 7aa9a43..405cb6a 100644 --- a/include/default/inputmethod.h +++ b/include/default/inputmethod.h @@ -438,7 +438,7 @@ typedef void (*ime_imdata_set_cb)(void *data, unsigned int data_length, void *us * * @param[in] user_data User data to be passed from the callback registration function * @param[out] data Input panel's data to be set to the application - * @paran[out] data_length The length of data, in bytes, to send to the application + * @param[out] data_length The length of data, in bytes, to send to the application * * @pre The callback can be registered using ime_event_set_imdata_requested_cb() function. * @@ -877,7 +877,7 @@ EXPORT_API int ime_event_set_focus_out_cb(ime_focus_out_cb callback_func, void * EXPORT_API int ime_event_set_surrounding_text_updated_cb(ime_surrounding_text_updated_cb callback_func, void *user_data); /** - * @brief Sets #c input_context_reset event callback function. + * @brief Sets @c input_context_reset event callback function. * * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * @@ -1259,7 +1259,7 @@ EXPORT_API int ime_event_set_process_key_event_cb(ime_process_key_event_cb callb EXPORT_API int ime_event_set_display_language_changed_cb(ime_display_language_changed_cb callback_func, void *user_data); /** - * @brief Sets #c rotation_degree_changed event callback function. + * @brief Sets @c rotation_degree_changed event callback function. * * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * @@ -1470,7 +1470,7 @@ EXPORT_API int ime_hide_preedit_string(void); * @privilege %http://tizen.org/privilege/ime * * @param[in] str The UTF-8 string to be updated in preedit - * @paran[in] attrs The Eina_List which has #ime_preedit_attribute lists; @a str can be composed of multiple + * @param[in] attrs The Eina_List which has #ime_preedit_attribute lists; @a str can be composed of multiple * string attributes: underline, highlight color and reversal color. The @a attrs will be released internally * on success and it can be NULL if no attributes to set * diff --git a/include/wearable/inputmethod.h b/include/wearable/inputmethod.h index 71848d3..7aad329 100644 --- a/include/wearable/inputmethod.h +++ b/include/wearable/inputmethod.h @@ -439,7 +439,7 @@ typedef void (*ime_imdata_set_cb)(void *data, unsigned int data_length, void *us * * @param[in] user_data User data to be passed from the callback registration function * @param[out] data Input panel's data to be set to the application - * @paran[out] data_length The length of data, in bytes, to send to the application + * @param[out] data_length The length of data, in bytes, to send to the application * * @pre The callback can be registered using ime_event_set_imdata_requested_cb() function. * @@ -878,7 +878,7 @@ EXPORT_API int ime_event_set_focus_out_cb(ime_focus_out_cb callback_func, void * EXPORT_API int ime_event_set_surrounding_text_updated_cb(ime_surrounding_text_updated_cb callback_func, void *user_data); /** - * @brief Sets #c input_context_reset event callback function. + * @brief Sets @c input_context_reset event callback function. * * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * @@ -1260,7 +1260,7 @@ EXPORT_API int ime_event_set_process_key_event_cb(ime_process_key_event_cb callb EXPORT_API int ime_event_set_display_language_changed_cb(ime_display_language_changed_cb callback_func, void *user_data); /** - * @brief Sets #c rotation_degree_changed event callback function. + * @brief Sets @c rotation_degree_changed event callback function. * * @since_tizen @if MOBILE 2.4 @else 3.0 @endif * @@ -1471,7 +1471,7 @@ EXPORT_API int ime_hide_preedit_string(void); * @privilege %http://tizen.org/privilege/ime * * @param[in] str The UTF-8 string to be updated in preedit - * @paran[in] attrs The Eina_List which has #ime_preedit_attribute lists; @a str can be composed of multiple + * @param[in] attrs The Eina_List which has #ime_preedit_attribute lists; @a str can be composed of multiple * string attributes: underline, highlight color and reversal color. The @a attrs will be released internally * on success and it can be NULL if no attributes to set *