Modify and Added comments.
[platform/upstream/efl.git] / elm_intro.h.in
1 /**
2  * @defgroup Elementary Elementary
3  * @ingroup EFL
4  *
5  * @brief Elementary provide a VERY SIMPLE Toolkit.
6  *
7  * See @ref Elementary for more details.
8  *
9  * @defgroup elm_infra_group Elementary Infrastructure
10  * @ingroup Elementary
11  * @brief This contains infrastructure modules that facilitate the use of widgets.
12  *
13  * @defgroup elm_accessibility_group Accessibility
14  * @ingroup elm_infra_group
15  *
16  * @defgroup elm_container_group Elementary Containers
17  * @ingroup Elementary
18  * @brief Elementary is about displaying its widgets in a nice layout, for this
19  *        purpose it provides a number of containers.
20  *
21  * @defgroup elm_widget_group Elementary Widgets
22  * @ingroup Elementary
23  * @brief This contains basic elementary widgets.
24  *
25  * @page elementary_main Elementary
26  * @image html  elementary.png
27  * @version @VMAJ@.@VMIN@.@VMIC@
28  * @date 2008-2014
29  *
30  * @section elm_intro What is Elementary?
31  *
32  * This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop
33  * applications (yet). Small simple ones with simple needs.
34  *
35  * It is meant to make the programmers work almost brainlessly but give them lots
36  * of flexibility.
37  *
38  * @li @ref Elm_Start - Go here to quickly get started with writing Apps
39  *
40  * @section organization Organization
41  *
42  * One can divide Elementary into three main groups:
43  * @li @ref infralist - These are modules that deal with Elementary as a whole.
44  * @li @ref widgetslist - These are the widgets you'll compose your UI out of.
45  * @li @ref containerslist - These are the containers which hold the widgets.
46  *
47  * @section license License
48  *
49  * LGPL v2 (see COPYING in the base of Elementary's source). This applies to
50  * all files in the source tree.
51  *
52  * @section ack Acknowledgements
53  * There is a lot that goes into making a widget set, and they don't happen out of
54  * nothing. It's like trying to make everyone everywhere happy, regardless of age,
55  * gender, race or nationality - and that is really tough. So thanks to people and
56  * organizations behind this, as listed in the @ref authors page.
57  */