Change as doxygen style 43/318743/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 8 Oct 2024 00:43:17 +0000 (09:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 8 Oct 2024 00:57:27 +0000 (09:57 +0900)
Change-Id: I93c9ee24d859729ef3f9f91a3f4ac01eedc41321
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/inputmethod_manager_doc.h

index 78627bf8e0f1642f0a8247b456b90560dde973c5..8e1668367af81584b9ac7ffd378e473dc4b2cbdc 100644 (file)
  * \#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__ */