summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaeyoon <taeyoon0.lee@samsung.com>2016-12-12 17:13:35 +0900
committertaeyoon <taeyoon0.lee@samsung.com>2016-12-13 11:46:49 +0900
commite395f41d9c27a1b6669476ad5ee26aab7006957a (patch)
tree80662da0344b51a5ec068cc0db219fd5b17b34d3
parent8350accf8e448972159278f120066e298923f224 (diff)
downloadwidget-viewer-dali-e395f41d9c27a1b6669476ad5ee26aab7006957a.tar.gz
widget-viewer-dali-e395f41d9c27a1b6669476ad5ee26aab7006957a.tar.bz2
widget-viewer-dali-e395f41d9c27a1b6669476ad5ee26aab7006957a.zip
Add api reference overview doc
Change-Id: I7633bc5a1f722615b7d10d8d945d0fced6c61409
-rw-r--r--doc/widget_viewer_dali_doc.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/widget_viewer_dali_doc.h b/doc/widget_viewer_dali_doc.h
new file mode 100644
index 0000000..f7fd499
--- /dev/null
+++ b/doc/widget_viewer_dali_doc.h
@@ -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.
+ *
+ */