Add autofill service introduction 01/192801/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Nov 2018 10:28:18 +0000 (19:28 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 Nov 2018 10:28:18 +0000 (19:28 +0900)
Change-Id: Iea630d9e0f67f6d4d62ab58ca4788c0c48ab7aa6
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/autofill_service_doc.h [new file with mode: 0644]

diff --git a/doc/autofill_service_doc.h b/doc/autofill_service_doc.h
new file mode 100644 (file)
index 0000000..0ce5a11
--- /dev/null
@@ -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 <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.
+ * 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__ */