From e395f41d9c27a1b6669476ad5ee26aab7006957a Mon Sep 17 00:00:00 2001 From: taeyoon Date: Mon, 12 Dec 2016 17:13:35 +0900 Subject: [PATCH] Add api reference overview doc Change-Id: I7633bc5a1f722615b7d10d8d945d0fced6c61409 --- doc/widget_viewer_dali_doc.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/widget_viewer_dali_doc.h 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 + * @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. + * + */ -- 2.7.4