Add <br> for readability 54/318654/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Oct 2024 10:52:04 +0000 (19:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Oct 2024 10:52:04 +0000 (19:52 +0900)
Change-Id: I7d2b22929aa851e9b23e2f30036c140b77d320c2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/autofill_doc.h

index 25e0380b118464cbb371d4f14482f6df43e47a75..fc43dac1fc145ddf4fb2e0049098cb15b1795eee 100644 (file)
  * Autofill is a feature that allows you to fill out the data previously entered by the user such as email, account and address in a text input field.
  *
  * The main features of the Autofill API include:
- * - Autofill Data and Autofill Authentication Information
- *   You can request to get the autofill service information, such as Autofill service name, service message, and service logo image. You can get the existing Autofill data for each view in the Autofill service information received.
+ * - Autofill Data and Autofill Authentication Information<br>
+ * You can request to get the autofill service information, such as Autofill service name, service message, and service logo image. You can get the existing Autofill data for each view in the Autofill service information received.<br>
  *
- * - Data Entered and Stored in Autofill Service
- *   You can retrieve the data that was stored in the Autofill service.
+ * - Data Entered and Stored in Autofill Service<br>
+ *   You can retrieve the data that was stored in the Autofill service.<br>
  *
- * - Save Autofill Data
- * You can store the data entered by the user in an Autofill service.
+ * - Save Autofill Data<br>
+ * You can store the data entered by the user in an Autofill service.<br>
  *
  * @section CAPI_UIX_AUTOFILL_MODULE_PREREQUISITES Prerequisites
- * To configure the Autofill Service:
- * Set Autofill Service in the Setting Application from Settings > Language and input > Input Assistance > Autofill service. In some other environments, the Autofill Service can be found within the system configuration.
+ * To configure the Autofill Service:<br>
+ * Set Autofill Service in the Setting Application from Settings > Language and input > Input Assistance > Autofill service. In some other environments, the Autofill Service can be found within the system configuration.<br>
  * To use the Autofill API, include the <autofill.h> header file in your application.
  */