tizen 2.3 release
[apps/home/minicontrol.git] / doc / minicontrol_doc.h
1 /*
2  * Copyright (c)  2013-2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /**
18  *
19  * @defgroup MINICONTROL_LIBRARY Minicontrol
20  * @ingroup CAPI_UI_FRAMEWORK
21  *
22  * @section MINICONTROL_LIBRARY_OVERVIEW Overview
23  * <table>
24  * <tr>
25  *    <th>API</th>
26  *    <th>Description</th>
27  * </tr>
28  * <tr>
29  *    <td>@ref MINICONTROL_MONITOR_MODULE </td>
30  *    <td>Provides functions for monitoring and viewing EFL socket window.</td>
31  * </tr>
32  * <tr>
33  *    <td>@ref MINICONTROL_PROVIDER_MODULE </td>
34  *    <td>Provides functions for creating EFL socket window.</td>
35  * </tr>
36  * <tr>
37  *    <td>@ref MINICONTROL_VIEWER_MODULE </td>
38  *    <td>Provides functions for displaying EFL socket window.</td>
39  * </tr>
40  * </table>
41  */
42
43
44 /**
45  * @defgroup MINICONTROL_MONITOR_MODULE Monitor
46  * @brief Minicontrol Monitor APIs
47  * @ingroup MINICONTROL_LIBRARY
48  *
49  * @section MINICONTROL_MONITOR_MODULE_HEADER Required Header
50  *   \#include <minicontrol-minitor.h>
51  * @section MINICONTROL_MONITOR_MODULE_OVERVIEW Overview
52  * It provides functions for monitoring and viewing EFL socket window.
53  *
54  */
55
56
57 /**
58  * @defgroup MINICONTROL_PROVIDER_MODULE  Provider
59  * @brief Minicontrol Provider APIs
60  * @ingroup MINICONTROL_LIBRARY
61  *
62  * @section MINICONTROL_PROVIDER_MODULE_HEADER Required Header
63  *   \#include <minicontrol-provider.h>
64  * @section MINICONTROL_PROVIDER_MODULE_OVERVIEW Overview
65  * It provides functions for creating EFL socket window.
66  *
67  */
68
69
70 /**
71  * @defgroup MINICONTROL_VIEWER_MODULE  Viewer
72  * @brief Minicontrol Viewer APIs
73  * @ingroup MINICONTROL_LIBRARY
74  *
75  * @section MINICONTROL_VIEWER_MODULE_HEADER Required Header
76  *   \#include <minicontrol-viewer.h>
77  * @section MINICONTROL_VIEWER_MODULE_OVERVIEW Overview
78  * It provides functions for displaying EFL socket window
79  *
80  */