From 3327299a2cb670de540f6b598231f23e05a2f448 Mon Sep 17 00:00:00 2001 From: "sungwook79.park" Date: Wed, 15 Feb 2017 14:38:35 +0900 Subject: [PATCH] merge the doc file written in english to doc file Change-Id: Iccb8d9fcaf415195ec51e15925345df1e2642b46 Signed-off-by: sungwook79.park --- doc/inputmethod_manager_doc.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/inputmethod_manager_doc.h b/doc/inputmethod_manager_doc.h index 624147d..e3cb2bf 100644 --- a/doc/inputmethod_manager_doc.h +++ b/doc/inputmethod_manager_doc.h @@ -17,14 +17,14 @@ #ifndef __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ #define __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ + /** * @ingroup CAPI_UIX_FRAMEWORK * @defgroup CAPI_UIX_INPUTMETHOD_MANAGER_MODULE Input Method Manager - * @brief The @ref CAPI_UIX_INPUTMETHOD_MANAGER_MODULE API provides the functions for launching input method editor (IME) - * list and selector settings. A user can manage the installed IMEs in the system. - * + * @brief The @ref CAPI_UIX_INPUTMETHOD_MANAGER_MODULE API provides the functions for launching input method editor (IME) list and selector settings. + * A user can manage the installed IMEs in the system. * @section CAPI_UIX_INPUTMETHOD_MANAGER_MODULE_HEADER Required Header - * \#include + * \#include * * @section CAPI_UIX_INPUTMETHOD_MANAGER_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 @@ * IME list or selector menu after their IME installation; then guide to select the installed IME. */ + #endif /* __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ */ -- 2.34.1