Fix documentation 45/197145/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 10 Jan 2019 03:10:45 +0000 (12:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 15 Jan 2019 02:05:24 +0000 (11:05 +0900)
Change-Id: Icab8b9d2d6f310b08bcfa9fdbda3888b6475ccec
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/autofill_client_doc.h
doc/autofill_common_doc.h
doc/autofill_doc.h
doc/autofill_manager_doc.h
doc/autofill_service_doc.h
include/autofill_service.h

index d323a8e..52e4c42 100644 (file)
 /**
  * @ingroup CAPI_UIX_AUTOFILL_MODULE
  * @defgroup CAPI_UIX_AUTOFILL_CLIENT_MODULE Autofill client
- * @brief The @ref CAPI_UIX_AUTOFILL_CLIENT_MODULE API provides the functions for sending data to the autofill service and receiving the commonly-entered data from the autofill service.
+ * @brief The @ref CAPI_UIX_AUTOFILL_CLIENT_MODULE API provides the functions for sending data to the autofill service and receiving the data previously entered by the user from the autofill service.
  * @section CAPI_UIX_AUTOFILL_MODULE_CLIENT_HEADER Required Header
  *
  * \#include <autofill.h>
  * @section CAPI_UIX_AUTOFILL_CLIENT_MODULE_OVERVIEW Overview
- * Autofill is a feature that allows you to fill out commonly-entered information such as email, account and address in a text input field. email, account and address in a text input field.
- * The @ref CAPI_UIX_AUTOFILL_CLIENT_MODULE API provides the functions for sending data to the autofill service and receiving the commonly-entered data from the autofill service.
+ * 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. email, account and address in a text input field.
+ * The @ref CAPI_UIX_AUTOFILL_CLIENT_MODULE API provides the functions for sending data to the autofill service and receiving the data previously entered by the user from the autofill service.
  */
 
 
index fd94dec..cc92d11 100644 (file)
@@ -26,7 +26,7 @@
  * \#include <autofill_common.h>
  *
  * @section CAPI_UIX_AUTOFILL_COMMON_MODULE_OVERVIEW Overview
- * Autofill is a feature that allows you to fill out commonly-entered information such as email, account and address in a text input field. email, account and address in a text input field.
+ * 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. email, account and address in a text input field.
  * @ref CAPI_UIX_AUTOFILL_COMMON_MODULE functions are responsible for storing or retrieving autofill data in each autofill data structure.
  * The @ref CAPI_UIX_AUTOFILL_COMMON_MODULE functions can be used in an autofill client and an autofill service.
  */
index 940c2f5..d71c8af 100644 (file)
@@ -24,7 +24,7 @@
  * @brief The @ref CAPI_UIX_AUTOFILL_MODULE API provides the functions for supporting users to use autofill feature.
  *
  * @section CAPI_UIX_AUTOFILL_MODULE_OVERVIEW Overview
- * Autofill is a feature that allows you to fill out commonly-entered information such as email, account and address in a text input field. email, account and address in a text input field.
+ * 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. email, account and address in a text input field.
  */
 
 
index 70eeaf4..af82a0c 100644 (file)
@@ -26,9 +26,9 @@
  * \#include <autofill_manager.h>
  *
  * @section CAPI_UIX_AUTOFILL_MANAGER_MODULE_OVERVIEW Overview
- * Autofill is a feature that allows you to fill out commonly-entered information such as email, account and address in a text input field. email, account and address in a text input field.
+ * 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. email, account and address in a text input field.
  * Autofill manager is a module for managing the installed autofill services. Application developers can use this module to get the current autofill service and changing the autofill service.
- * @ref CAPI_UIX_AUTOFILL_MANAGER_MODULE functions are responsible for sending data for supporting autofill to the autofill service and receiving the commonly-entered data from the autofill service.
+ * @ref CAPI_UIX_AUTOFILL_MANAGER_MODULE functions are responsible for sending data for supporting autofill to the autofill service and receiving the data previously entered by the user from the autofill service.
  */
 
 
index 36052d2..d312ecf 100644 (file)
@@ -26,7 +26,7 @@
  * \#include <autofill_service.h>
  *
  * @section CAPI_UIX_AUTOFILL_SERVICE_MODULE_OVERVIEW Overview
- * Autofill Service application is a service application to save the user input and provide the commonly-entered information.
+ * Autofill Service application is a service application to save the user input and provide the data previously entered by the user.
  * Using the @ref CAPI_UIX_AUTOFILL_SERVICE_MODULE functions, Autofill service application developers can implement their own autofill service to serve the autofill information.
  */
 
index 8bcdcac..c5283d7 100644 (file)
@@ -19,7 +19,7 @@
 
 /**
  * @file autofill_service.h
- * @brief This file contains autofill APIs and related enumeration.
+ * @brief This file contains autofill service APIs and related enumeration.
  */
 
 #include <autofill_common.h>