From: Jihoon Kim Date: Wed, 2 Oct 2019 06:41:45 +0000 (+0900) Subject: Fix warning detected by check header script X-Git-Tag: accepted/tizen/unified/20191008.101601~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa402aa8f1b05ebca810b2fcfbbb7f3fff0e4635;p=platform%2Fcore%2Fapi%2Finputmethod.git Fix warning detected by check header script Change-Id: I1d2f822aff4846cc2d43ad19c79b726785043d02 Signed-off-by: Jihoon Kim --- diff --git a/inputmethod/include/inputmethod.h b/inputmethod/include/inputmethod.h index 945ff1e..e902299 100644 --- a/inputmethod/include/inputmethod.h +++ b/inputmethod/include/inputmethod.h @@ -443,7 +443,7 @@ typedef void (*ime_imdata_set_cb)(void *data, unsigned int data_length, void *us /** * @brief Called when an associated text input UI control requests the application specific data from the input panel. * - * @details This API is used by the applications to request the specific data from the input panel. + * @details This function is used by the applications to request the specific data from the input panel. * The data format MUST be negotiated by both application and input panel. * * @since_tizen @if MOBILE 2.4 @else 3.0 @endif diff --git a/inputmethod/include/inputmethod_internal.h b/inputmethod/include/inputmethod_internal.h index ce60f48..feb2c0b 100644 --- a/inputmethod/include/inputmethod_internal.h +++ b/inputmethod/include/inputmethod_internal.h @@ -284,9 +284,9 @@ int ime_update_input_context(unsigned int type, unsigned int value); /** * @brief Requests IME to initialize explicitly. * - * @details When using ime_run API, the initialize / prepare / finalize procedures + * @details When using ime_run() API, the initialize / prepare / finalize procedures * are processed automatically inside the IME application loop. - * But in case of not using ime_run API, which means the IME application has + * But in case of not using ime_run() API, which means the IME application has * its own main loop, these procedures need to be requested explicitly. * * @since_tizen 4.0