From 9d58b1eb8c0b74856675b1af4c20dc488e7870ef Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 9 Nov 2018 19:28:18 +0900 Subject: [PATCH] Add autofill service introduction Change-Id: Iea630d9e0f67f6d4d62ab58ca4788c0c48ab7aa6 Signed-off-by: Jihoon Kim --- doc/autofill_service_doc.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/autofill_service_doc.h diff --git a/doc/autofill_service_doc.h b/doc/autofill_service_doc.h new file mode 100644 index 0000000..0ce5a11 --- /dev/null +++ b/doc/autofill_service_doc.h @@ -0,0 +1,34 @@ +/* + * Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved + * + * Licensed under the Apache License, Version 2.0 (the License); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef __TIZEN_UIX_AUTOFILL_SERVICE_DOC_H__ +#define __TIZEN_UIX_AUTOFILL_SERVICE_DOC_H__ + + +/** + * @ingroup CAPI_UIX_FRAMEWORK + * @defgroup CAPI_UIX_AUTOFILL_SERVICE_MODULE Autofill Service + * @brief The @ref CAPI_UIX_AUTOFILL_SERVICE_MODULE API provides the functions to operate Autofill Service. + * @section CAPI_UIX_AUTOFILL_SERVICE_MODULE_HEADER Required Header + * \#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. + * Using the @ref CAPI_UIX_AUTOFILL_SERVICE_MODULE APIs, Autofill Service developers can implement their own autofill service to serve the autofill information. + */ + + +#endif /* __TIZEN_UIX_AUTOFILL_SERVICE_DOC_H__ */ -- 2.7.4