* \#include <inputmethod_manager.h>
*
* @section CAPI_UIX_INPUTMETHOD_MANAGER_MODULE_PRIVILEGE Required Privileges
- * 1. To use the Input Method Manager API, the application has to request permission by adding the following privilege to the `tizen-manifest.xml` file:
-
- ```
- <privileges>
- <privilege>http://tizen.org/privilege/imemanager</privilege>
- </privileges>
- ```
+ * 1. To use the Input Method Manager API, the application has to request permission by adding the following privilege to the tizen-manifest.xml file:
+ *
+ * @code
+ * <privileges>
+ * <privilege>http://tizen.org/privilege/imemanager</privilege>
+ * </privileges>
+ * @endcode
* @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.
+ * Input method editor (IME) is an input panel that lets users provide input and the platform receive the text data entered.<br>
* Input method manager is a module for managing the installed IMEs. IME developers can use this module to open the installed
* IME list or selector menu after their IME installation; then guide to select the installed IME.
*
* @section CAPI_UIX_INPUTMETHOD_MANAGER_MODULE_FEATURE Feature
*
* The Input Method Manager is a module used to manage the installed IMEs. You can use it to open the installed IME list or selector menu after your IME application is installed, and guide the user to select the installed IME:
-
-- Showing the IME list
-
- You can request the installed IME list menu to be opened. If a new IME has been installed, the user can see its name in the IME list, and can use the toggle button to enable the keyboard they want.<br>
- All keyboards enabled in the IME list are shown in the IME selector to allow the user to select them as the default keyboard.
-
-- Showing the IME selector
-
- You can request the IME selector menu to be opened. When the user opens the IME selector menu, it shows all the keyboards enabled in the IME list.<br>
- The user can change the default keyboard by selecting a new one. By clicking **Select keyboard**, the user can return to the IME list menu to enable a new IME.
-
-- Checking the IME status
-
- You can check whether a specific IME is enabled or disabled in the system keyboard setting.<br>
- You can also check which IME is currently selected as the default keyboard, or how many IMEs are enabled (usable).<br>
- These features are useful when the user installs a new keyboard.
+ *
+ * 1. Showing the IME list<br>
+ * You can request the installed IME list menu to be opened. If a new IME has been installed, the user can see its name in the IME list, and can use the toggle button to enable the keyboard they want.<br>
+ * All keyboards enabled in the IME list are shown in the IME selector to allow the user to select them as the default keyboard.<br>
+ *
+ * 2. Showing the IME selector<br>
+ * You can request the IME selector menu to be opened. When the user opens the IME selector menu, it shows all the keyboards enabled in the IME list.<br>
+ * The user can change the default keyboard by selecting a new one. By clicking 'Select keyboard', the user can return to the IME list menu to enable a new IME.<br>
+ *
+ * 3. Checking the IME status<br>
+ * You can check whether a specific IME is enabled or disabled in the system keyboard setting.<br>
+ * You can also check which IME is currently selected as the default keyboard, or how many IMEs are enabled (usable).<br>
+ * These features are useful when the user installs a new keyboard.
*/
#endif /* __TIZEN_UIX_INPUTMETHOD_MANAGER_DOC_H__ */