From 038e01aa2fed6c13ddcda9c9dac23f92ca06b11d Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Wed, 15 Feb 2017 14:44:52 +0900 Subject: [PATCH] merge the doc file written in english to doc file Change-Id: I8fa2cd5103cd7344212ab9fdf785fa71c7e88492 Signed-off-by: sungwook79.park --- doc/inputmethod_doc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/inputmethod_doc.h b/doc/inputmethod_doc.h index d00cda1..aa1cf9e 100644 --- a/doc/inputmethod_doc.h +++ b/doc/inputmethod_doc.h @@ -17,14 +17,14 @@ #ifndef __TIZEN_UIX_INPUTMETHOD_DOC_H__ #define __TIZEN_UIX_INPUTMETHOD_DOC_H__ + /** * @ingroup CAPI_UIX_FRAMEWORK * @defgroup CAPI_UIX_INPUTMETHOD_MODULE Input Method * @brief The @ref CAPI_UIX_INPUTMETHOD_MODULE API provides the functions for starting IME application lifecycle, - * methods to interact with current UI state of IME, and getting attributes/events. - * + * methods to interact with current UI state of IME, and getting attributes/events. * @section CAPI_UIX_INPUTMETHOD_MODULE_HEADER Required Header - * \#include + * \#include * * @section CAPI_UIX_INPUTMETHOD_MODULE_OVERVIEW Overview * Input method editor (IME) is an input panel that lets users provide input and the platform receive the text data entered. @@ -32,5 +32,6 @@ * Tizen provides a framework to create such input method editors. Such extra input methods can be selected from Settings. */ + #endif /* __TIZEN_UIX_INPUTMETHOD_DOC_H__ */ -- 2.7.4