From 1e43898c0ef78b5321defb5b0e6a6b59733a4727 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 3 Dec 2020 11:27:16 +0900 Subject: [PATCH] Fix document issue Change-Id: I0a86c7867bf760b61d875b14e5157344c5cf211e Signed-off-by: Jihoon Kim --- inputmethod/include/inputmethod.h | 4 ++-- inputmethod/include/inputmethod_device_event.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1