Fix document issue 61/248861/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 3 Dec 2020 02:27:16 +0000 (11:27 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 3 Dec 2020 02:30:07 +0000 (11:30 +0900)
Change-Id: I0a86c7867bf760b61d875b14e5157344c5cf211e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
inputmethod/include/inputmethod.h
inputmethod/include/inputmethod_device_event.h

index e902299..6cfeebe 100644 (file)
@@ -91,7 +91,7 @@ typedef enum {
  *
  * @remarks Currently, a font style is available to use.
  *
- * @see ime_preedit_attribute()
+ * @see ime_preedit_attribute
  * @see ime_update_preedit_string()
  */
 typedef enum {
@@ -839,7 +839,7 @@ typedef struct {
  *
  * @pre The ime_event_set_***() functions can be called to set the event handling callback functions.
  *
- * @see ime_callback_s()
+ * @see ime_callback_s
  * @see ime_event_set_focus_in_cb()
  * @see ime_event_set_focus_out_cb()
  * @see ime_event_set_surrounding_text_updated_cb()
index 65c41cf..4aefb89 100644 (file)
@@ -188,7 +188,7 @@ int ime_event_unset_process_input_device_event_cb(void);
  * @retval #IME_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #IME_ERROR_NOT_RUNNING IME main loop isn't started yet
  *
- * @see ime_rotary_input_device_direction_e
+ * @see ime_input_device_rotary_direction_e
  * @see ime_process_input_device_event_cb()
  *
  * @code