From: sungwook79.park Date: Wed, 15 Feb 2017 05:44:52 +0000 (+0900) Subject: merge the doc file written in english to doc file X-Git-Tag: submit/tizen_3.0/20170216.094217~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=038e01aa2fed6c13ddcda9c9dac23f92ca06b11d;p=platform%2Fcore%2Fapi%2Finputmethod.git merge the doc file written in english to doc file Change-Id: I8fa2cd5103cd7344212ab9fdf785fa71c7e88492 Signed-off-by: sungwook79.park --- 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__ */