Add api reference overview doc
authortaeyoon <taeyoon0.lee@samsung.com>
Mon, 12 Dec 2016 08:13:35 +0000 (17:13 +0900)
committertaeyoon <taeyoon0.lee@samsung.com>
Tue, 13 Dec 2016 02:46:49 +0000 (11:46 +0900)
Change-Id: I7633bc5a1f722615b7d10d8d945d0fced6c61409

doc/widget_viewer_dali_doc.h [new file with mode: 0644]

diff --git a/doc/widget_viewer_dali_doc.h b/doc/widget_viewer_dali_doc.h
new file mode 100644 (file)
index 0000000..f7fd499
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * Copyright 2016  Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.1 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * 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.
+ */
+
+/**
+ * @defgroup dali_widget_view Widget Viewer Dali
+ * @ingroup CAPI_WIDGET_FRAMEWORK
+ * @brief API for widget viewer (widget screen, home screen, ...)
+ * @section dali_widget_view_HEADER Required Header
+ * \#include <widget_viewer_dali.h>
+ * @section dali_widget_view_OVERVIEW Overview
+ * Widget Viewer Dali supports development of a widget viewer application by DALi.
+ * Widget Viewer Dali can be used as DALi controls in a DALi application for widget viewer.
+ *
+ */