Fix overview in document 34/192734/2
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Nov 2018 01:45:05 +0000 (10:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Nov 2018 05:39:16 +0000 (14:39 +0900)
Change-Id: Icf7512e003a6e1591e6198640c2d379fec62be99
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/autofill_doc.h

index 3315b40..2142e53 100644 (file)
 
 /**
  * @ingroup CAPI_UIX_FRAMEWORK
- * @defgroup CAPI_UIX_AUTOFILL_MODULE Input Method
- * @brief The @ref CAPI_UIX_AUTOFILL_MODULE API provides the functions for starting IME application lifecycle,
- *        methods to interact with current UI state of IME, and getting attributes/events.
+ * @defgroup CAPI_UIX_AUTOFILL_MODULE Autofill
+ * @brief The @ref CAPI_UIX_AUTOFILL_MODULE API provides the functions for supporting users to use autofill feature.
  * @section CAPI_UIX_AUTOFILL_MODULE_HEADER Required Header
  * \#include <autofill.h>
  *
  * @section CAPI_UIX_AUTOFILL_MODULE_OVERVIEW Overview
- * Input method editor (IME) is an input panel that lets users provide input and the platform receive the text data entered.
- * Custom keyboards can be built according to the application's necessity by these API sets.
- * Tizen provides a framework to create such input method editors. Such extra input methods can be selected from Settings.
+ * Autofill is a feature that allows you to fill out commonly-entered information such as 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.
  */
 
 
 #endif /* __TIZEN_UIX_AUTOFILL_DOC_H__ */
-