/** * @mainpage Enlightenment Foundation Libraries (EFL) * * The Enlightenment Project covers more than simple window management. It * also includes the EFL, or Enlightenment Foundation Libraries: a framework * which provides a great deal of functionality. Below you can * find documentation for these libraries: * * @li @ref ecore_main operating system abstraction and integration. * @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 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. * */ /** * @page authors Authors * * @author Adam Simpkins * @author Aharon Hillel * @author Albin "Lutin" Tonnerre * @author Andre Dieb * @author Andrew Elcock * @author Arnaud de Turckheim 'quarium' * @author Bernhard Nemec * @author billiob (Boris Faure) * @author Bluezery * @author Boris "billiob" Faure * @author Brett Nash * @author Brian 'rephorm' Mattern * @author Brian Mattern * @author Bruno Dilly * @author Burra * @author Carsten Haitzler * @author Cedric BAIL * @author Chidambar Zinnoury * @author Chris Ross * @author Christophe Dumez * @author Christopher 'devilhorns' Michael * @author ChunEon Park (Hermet) * @author Corey "atmos" Donohoe * @author dan sinclair * @author Daniel Juyung Seo * @author Daniel Willmann * @author Daniel Zaoui * @author David 'onefang' Seikel * @author David Goodlad * @author Davide Andreoli * @author Doyoun Kang * @author Fabiano Fidêncio * @author Flavio Ceolin * @author Govindaraju SM * @author Guilherme Silveira * @author Guillaume Friloux * @author Gustavo Chaves * @author Gustavo Lima Chaves * @author Gustavo Sverzut Barbieri * @author Gwanglim Lee * @author Haifeng Deng * @author Hisham 'CodeWarrior' Mardam Bey * @author Howell Tam * @author Hugo Camboulive * @author Hyoyoung Chang * @author Ibukun Olumuyiwa * @author Iván Briano * @author Jaehwan Kim * @author Jihoon Kim * @author Jorge Luis Zapata Muga * @author Jose O Gonzalez * @author José Roberto de Souza * @author Jérémy Zurcher * @author Jérôme Pinot * @author Kim Shinwoo * @author Kim Woelders * @author Kim Yunhan * @author Lars Munch * @author Leandro Dorileo * @author Leandro Pereira * @author Leif Middelschulte * @author Lucas De Marchi * @author Luis Felipe Strano Moraes * @author Mathieu Taillefumier * @author Matt Barclay * @author Michael 'Mickey' Lauer * @author Michael Bouchaud (yoz) * @author Mikael Sans * @author Mike Blumenkrantz * @author Mike McCormack * @author Myoungwoon Roy Kim(roy_kim) * @author Myungjae Lee * @author Nathan 'RbdPngn' Ingersoll * @author Nicholas 'Mekius' Hughart * @author Nicholas Curran * @author Nicolas Aguirre * @author Peter Wehrfritz * @author Pierre Le Magourou * @author PnB * @author Prince Kumar Dubey * @author Rafael Antognolli * @author Rafal Krypa * @author Rajeev Ranjan (Rajeev) * @author Raphael Kubo da Costa * @author Ricardo de Almeida Gonzaga * @author Robert David * @author Rui Miguel Silva Seabra * @author Samsung Electronics * @author Samsung SAIT * @author Sangho Park * @author Sebastian Dransfeld * @author Seungsoo Woo * @author Shilpa Singh * @author Simon Poole * @author Sohyun Kim * @author Steve Ireland * @author Sung W. Park * @author Term * @author Thierry el Borgi * @author Tiago Falcão * @author Till Adam * @author Tilman Sauerbeck * @author Tim Horton * @author Tom Gilbert * @author Tom Hacohen * @author Tristan * @author Vikram Narayanan * @author Vincent Torri * @author Willem Monsuwe * @author WooHyun Jung (woohyun) * @author xlopez@@igalia.com * @author Youness Alaoui * @author Yuri * @author Yuri Hudobin * @author ZigsMcKenzie * * Please contact to get in * contact with the developers and maintainers. * */ /** * @defgroup Eo * * @brief Generic object system. */ /** * @defgroup Evas * * @brief Drawing canvas. */ /** * @defgroup Eet * * @brief Binary data parser and serializer. */ /** * @defgroup Eina * * @brief Data types and low-level/basic abstractions. */ /** * @defgroup Embryo * * @brief Embedded script language. */ /** * @defgroup Evil * * @brief Microsoft Windows portability layer. */ /** * @defgroup Escape * * @brief PlayStation3 portability layer. */ /** * @defgroup Ecore * * @brief Operating System Abstraction and Integration. */ /** * @defgroup Eio * * @brief Asynchronous input/output and file manipulation. */ /** * @defgroup Eldbus * * @brief D-Bus integration with EFL (Ecore). */ /** * @defgroup Efreet * * @brief FreeDesktop.Org (XDG) menu and desktop integration. */ /** * @defgroup Eeze * * @brief Hardware device manipulation and notification, wraps UDev and similar. */ /** * @defgroup Edje * * @brief Layout and theme library with super-powers. */ /** * @defgroup Emotion * * @brief Plays music and videos. */ /** * @defgroup Ethumb * * @brief Generates thumbnail images of files. */