From 4721d434b981161447bc26923d78bc224ce2b0b2 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Thu, 10 Jan 2019 12:10:45 +0900 Subject: [PATCH] Fix documentation Change-Id: Icab8b9d2d6f310b08bcfa9fdbda3888b6475ccec Signed-off-by: Jihoon Kim --- doc/autofill_client_doc.h | 6 +++--- doc/autofill_common_doc.h | 2 +- doc/autofill_doc.h | 2 +- doc/autofill_manager_doc.h | 4 ++-- doc/autofill_service_doc.h | 2 +- include/autofill_service.h | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/autofill_client_doc.h b/doc/autofill_client_doc.h index d323a8e..52e4c42 100644 --- a/doc/autofill_client_doc.h +++ b/doc/autofill_client_doc.h @@ -21,13 +21,13 @@ /** * @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 * @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. */ diff --git a/doc/autofill_common_doc.h b/doc/autofill_common_doc.h index fd94dec..cc92d11 100644 --- a/doc/autofill_common_doc.h +++ b/doc/autofill_common_doc.h @@ -26,7 +26,7 @@ * \#include * * @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. */ diff --git a/doc/autofill_doc.h b/doc/autofill_doc.h index 940c2f5..d71c8af 100644 --- a/doc/autofill_doc.h +++ b/doc/autofill_doc.h @@ -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. */ diff --git a/doc/autofill_manager_doc.h b/doc/autofill_manager_doc.h index 70eeaf4..af82a0c 100644 --- a/doc/autofill_manager_doc.h +++ b/doc/autofill_manager_doc.h @@ -26,9 +26,9 @@ * \#include * * @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. */ diff --git a/doc/autofill_service_doc.h b/doc/autofill_service_doc.h index 36052d2..d312ecf 100644 --- a/doc/autofill_service_doc.h +++ b/doc/autofill_service_doc.h @@ -26,7 +26,7 @@ * \#include * * @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. */ diff --git a/include/autofill_service.h b/include/autofill_service.h index 8bcdcac..c5283d7 100644 --- a/include/autofill_service.h +++ b/include/autofill_service.h @@ -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 -- 2.7.4