Fix warning detected by check header script 67/215167/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 2 Oct 2019 06:41:45 +0000 (15:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 2 Oct 2019 11:52:11 +0000 (20:52 +0900)
Change-Id: I1d2f822aff4846cc2d43ad19c79b726785043d02
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
inputmethod/include/inputmethod.h
inputmethod/include/inputmethod_internal.h

index 945ff1e..e902299 100644 (file)
@@ -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
index ce60f48..feb2c0b 100644 (file)
@@ -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