/**
* @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.
*/
* \#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.
*/
* @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.
*/
* \#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.
*/
* \#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.
*/
/**
* @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>