docs now have a slightly more english description and list libs alphabetically

This commit is contained in:
Mike Blumenkrantz 2014-04-14 14:39:21 -04:00
parent ca443ac152
commit 0cc713b765
1 changed files with 14 additions and 14 deletions

View File

@ -2,27 +2,27 @@
* @mainpage EFL * @mainpage EFL
* *
* The Enlightenment Project covers more than simple window management. It * The Enlightenment Project covers more than simple window management. It
* also includes the EFL(Enlightenment Foundation Libraries), the EFL is a set * also includes the EFL, or Enlightenment Foundation Libraries: a framework
* of libraries each providing a great deal of functionality. Below you can * which provides a great deal of functionality. Below you can
* find documentation auto-generated daily from SVN source for these * find documentation auto-generated daily from GIT source for these
* libraries: * 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 ecore_main operating system abstraction and integration.
* @li @ref escape_main playstation3 portability layer. * @li @ref edje_main layout and theme library with super powers.
* @li @ref evil_main microsoft windows portability layer. * @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 eio_main asynchronous input/output
* @li @ref eldbus_main d-bus integration. * @li @ref eldbus_main d-bus integration.
* @li @ref efreet_main freedesktop.org (xdg) menu and desktop integration. * @li @ref embryo_main embedded script language.
* @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 emotion_main to play music and videos. * @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 ethumb_main to generate thumbnail images of files.
* @li @ref evas_main drawing canvas.
* @li @ref evil_main microsoft windows portability layer.
* *
*/ */