summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2014-04-14 14:39:21 -0400
committerMike Blumenkrantz <zmike@samsung.com>2014-04-14 14:39:21 -0400
commit0cc713b7653531115f4d95deb4a5442c8444527b (patch)
tree7c9d808bbf95e5da4f890404d76f3640125ab6b2
parentca443ac1528c9355c1b17b32e9867b05ecc42c62 (diff)
downloadefl-0cc713b7653531115f4d95deb4a5442c8444527b.tar.gz
docs now have a slightly more english description and list libs alphabetically
-rw-r--r--doc/main.dox28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/main.dox b/doc/main.dox
index f132f3a465..db3872987a 100644
--- a/doc/main.dox
+++ b/doc/main.dox
@@ -2,27 +2,27 @@
* @mainpage EFL
*
* The Enlightenment Project covers more than simple window management. It
- * also includes the EFL(Enlightenment Foundation Libraries), the EFL is a set
- * of libraries each providing a great deal of functionality. Below you can
- * find documentation auto-generated daily from SVN source for these
+ * also includes the EFL, or Enlightenment Foundation Libraries: a framework
+ * which provides a great deal of functionality. Below you can
+ * find documentation auto-generated daily from GIT source for these
* libraries:
*
- * @li @ref eina_main data types and low-level/basic abstractions.
- * @li @ref eo_main generic object system.
- * @li @ref evas_main drawing canvas.
- * @li @ref eet_main binary data parser and serializer.
- * @li @ref embryo_main embedded script language.
* @li @ref ecore_main operating system abstraction and integration.
- * @li @ref escape_main playstation3 portability layer.
- * @li @ref evil_main microsoft windows portability layer.
+ * @li @ref edje_main layout and theme library with super powers.
+ * @li @ref eet_main binary data parser and serializer.
+ * @li @ref eeze_main hardware device manipulation and notification.
+ * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration.
+ * @li @ref eina_main data types and low-level/basic abstractions.
* @li @ref eio_main asynchronous input/output
* @li @ref eldbus_main d-bus integration.
- * @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration.
- * @li @ref eeze_main hardware device manipulation and notification.
- * @li @ref ephysics_main physics simulation integration and visual effects.
- * @li @ref edje_main layout and theme library with super powers.
+ * @li @ref embryo_main embedded script language.
* @li @ref emotion_main to play music and videos.
+ * @li @ref eo_main generic object system.
+ * @li @ref ephysics_main physics simulation integration and visual effects.
+ * @li @ref escape_main playstation3 portability layer.
* @li @ref ethumb_main to generate thumbnail images of files.
+ * @li @ref evas_main drawing canvas.
+ * @li @ref evil_main microsoft windows portability layer.
*
*/