fine tune front page of emotion docs

SVN revision: 62033
This commit is contained in:
Carsten Haitzler 2011-08-03 02:57:45 +00:00
parent 24d5ac23f9
commit 57360bc83c
2 changed files with 15 additions and 14 deletions

View File

@ -51,7 +51,6 @@
<div class="submenu">
<ul class="current">
<li><a href="files.html">Files</a></li>
<li><a href="annotated.html">Data Structures</a></li>
<li><a href="globals.html">Globals</a></li>
<li><a href="modules.html">Modules</a></li>
<li><a href="pages.html">Related Pages</a></li>

View File

@ -12,7 +12,12 @@
*
* @mainpage Emotion Library Documentation
*
* @image html e.png
* @version 0.2.0
* @date 2003-2011
*
* @section intro What is Emotion?
*
* A media object library for Evas and Ecore.
*
* Emotion is a library that allows playing audio and video files, using one of
* its backends (gstreamer or xine).
@ -27,18 +32,6 @@
* default Evas object functions. Callbacks can be added to the signals emitted
* by this object with evas_object_smart_callback_add().
*
* @version 0.2.0
* @author Carsten Haitzler <raster@rasterman.com>
* @author Vincent Torri <torri@maths.univ-evry.fr>
* @author Nicolas Aguirre <aguirre.nicolas@gmail.com>
* @author Sebastian Dransfeld <sd@tango.flipp.net>
* @author Cedric Bail <cedric.bail@free.fr>
* @date 2003-2011
*
* @section intro What is Emotion?
*
* A media object library for Evas and Ecore.
*
* @section work How does Emotion work?
*
* The Emotion library uses Evas smart objects to allow you to manipulate the
@ -63,6 +56,15 @@
* @endcode
*
* See the @ref Emotion_API for a better reference.
*
* @section authors Authors
*
* @author Carsten Haitzler <raster@rasterman.com>
* @author Vincent Torri <torri@maths.univ-evry.fr>
* @author Nicolas Aguirre <aguirre.nicolas@gmail.com>
* @author Sebastian Dransfeld <sd@tango.flipp.net>
* @author Cedric Bail <cedric.bail@free.fr>
*
*/
#include <Evas.h>