Remove native api reference warning 62/89562/1
authorsungwook79.park <sungwook79.park@samsung.com>
Mon, 26 Sep 2016 05:03:47 +0000 (14:03 +0900)
committersungwook79.park <sungwook79.park@samsung.com>
Mon, 26 Sep 2016 05:03:47 +0000 (14:03 +0900)
Change-Id: Ibc8b7347efab1fd4a4532b5632d4e4fcfd34bf6c
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
include/default/inputmethod.h
include/wearable/inputmethod.h

index 7aa9a43..405cb6a 100644 (file)
@@ -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
  *
index 71848d3..7aad329 100644 (file)
@@ -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
  *