From: Jihoon Kim Date: Thu, 3 Dec 2020 02:27:16 +0000 (+0900) Subject: Fix document issue X-Git-Tag: accepted/tizen/6.0/unified/20201204.081633~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F248861%2F1;p=platform%2Fcore%2Fapi%2Finputmethod.git Fix document issue Change-Id: I0a86c7867bf760b61d875b14e5157344c5cf211e Signed-off-by: Jihoon Kim --- diff --git a/inputmethod/include/inputmethod.h b/inputmethod/include/inputmethod.h index e902299..6cfeebe 100644 --- a/inputmethod/include/inputmethod.h +++ b/inputmethod/include/inputmethod.h @@ -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() diff --git a/inputmethod/include/inputmethod_device_event.h b/inputmethod/include/inputmethod_device_event.h index 65c41cf..4aefb89 100644 --- a/inputmethod/include/inputmethod_device_event.h +++ b/inputmethod/include/inputmethod_device_event.h @@ -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