diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-03-28 09:02:22 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-03-28 09:02:22 +0000 |
commit | 7908a77ad80cb337518806c931ace08475d0b55c (patch) | |
tree | 5af2a0c7bca6cc58473bea4c9a21d7c6ed4eec06 /legacy/elementary/src/lib/elm_intro.h | |
parent | 9d2fb4b4b5edcecf1fa74debd2ac83576a6636ad (diff) |
elm: Fixed formatting.
SVN revision: 69700
Diffstat (limited to '')
-rw-r--r-- | legacy/elementary/src/lib/elm_intro.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/legacy/elementary/src/lib/elm_intro.h b/legacy/elementary/src/lib/elm_intro.h index 59758fe593..2dd8879282 100644 --- a/legacy/elementary/src/lib/elm_intro.h +++ b/legacy/elementary/src/lib/elm_intro.h | |||
@@ -3,29 +3,29 @@ | |||
3 | * @image html elementary.png | 3 | * @image html elementary.png |
4 | * @version 0.8.0 | 4 | * @version 0.8.0 |
5 | * @date 2008-2012 | 5 | * @date 2008-2012 |
6 | * | 6 | * |
7 | * @section intro What is Elementary? | 7 | * @section intro What is Elementary? |
8 | * | 8 | * |
9 | * This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop | 9 | * This is a VERY SIMPLE toolkit. It is not meant for writing extensive desktop |
10 | * applications (yet). Small simple ones with simple needs. | 10 | * applications (yet). Small simple ones with simple needs. |
11 | * | 11 | * |
12 | * It is meant to make the programmers work almost brainless but give them lots | 12 | * It is meant to make the programmers work almost brainless but give them lots |
13 | * of flexibility. | 13 | * of flexibility. |
14 | * | 14 | * |
15 | * @li @ref Start - Go here to quickly get started with writing Apps | 15 | * @li @ref Start - Go here to quickly get started with writing Apps |
16 | * | 16 | * |
17 | * @section organization Organization | 17 | * @section organization Organization |
18 | * | 18 | * |
19 | * One can divide Elementary into three main groups: | 19 | * One can divide Elementary into three main groups: |
20 | * @li @ref infralist - These are modules that deal with Elementary as a whole. | 20 | * @li @ref infralist - These are modules that deal with Elementary as a whole. |
21 | * @li @ref widgetslist - These are the widgets you'll compose your UI out of. | 21 | * @li @ref widgetslist - These are the widgets you'll compose your UI out of. |
22 | * @li @ref containerslist - These are the containers which hold the widgets. | 22 | * @li @ref containerslist - These are the containers which hold the widgets. |
23 | * | 23 | * |
24 | * @section license License | 24 | * @section license License |
25 | * | 25 | * |
26 | * LGPL v2 (see COPYING in the base of Elementary's source). This applies to | 26 | * LGPL v2 (see COPYING in the base of Elementary's source). This applies to |
27 | * all files in the source tree. | 27 | * all files in the source tree. |
28 | * | 28 | * |
29 | * @section ack Acknowledgements | 29 | * @section ack Acknowledgements |
30 | * There is a lot that goes into making a widget set, and they don't happen out of | 30 | * There is a lot that goes into making a widget set, and they don't happen out of |
31 | * nothing. It's like trying to make everyone everywhere happy, regardless of age, | 31 | * nothing. It's like trying to make everyone everywhere happy, regardless of age, |