#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 <inputmethod.h>
+ * \#include <inputmethod.h>
*
* @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.
* 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__ */