improve eina main page and links

SVN revision: 62038
This commit is contained in:
Carsten Haitzler 2011-08-03 04:55:12 +00:00
parent bd7db7ea8d
commit 601a4e3cef
2 changed files with 42 additions and 20 deletions

View File

@ -50,8 +50,10 @@
<div class="menu-container"> <div class="menu-container">
<div class="submenu"> <div class="submenu">
<ul class="current"> <ul class="current">
<li><a href="files.html">Files</a></li>
<li><a href="pages.html">Tutorials</a></li> <li><a href="pages.html">Tutorials</a></li>
<li><a href="modules.html">Modules</a></li> <li><a href="modules.html">Modules</a></li>
<li><a href="pages.html">Related Pages</a></li>
<li class="current"><a href="index.html">Main Page</a></li> <li class="current"><a href="index.html">Main Page</a></li>
</ul> </ul>
</div> </div>

View File

@ -1,5 +1,5 @@
/* EINA - EFL data type library /* EINA - EFL data type library
* Copyright (C) 2008-2010 Enlightenment Developers: * Copyright (C) 2008-2011 Enlightenment Developers:
* Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com> * Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>
* Alexandre "diaxen" Becoulet <diaxen@free.fr> * Alexandre "diaxen" Becoulet <diaxen@free.fr>
* Andre Dieb <andre.dieb@gmail.com> * Andre Dieb <andre.dieb@gmail.com>
@ -35,28 +35,19 @@
#ifndef EINA_H_ #ifndef EINA_H_
#define EINA_H_ #define EINA_H_
/**
* @file
* @brief Eina Utility library
*
* These routines are used for Eina.
*/
/** /**
* @mainpage Eina * @mainpage Eina
* *
* @version 1.1 * @version 1.1
* @author Albin "Lutin" Tonnerre <albin.tonnerre@@gmail.com> * @date 2008-2011
* @author Alexandre "diaxen" Becoulet <diaxen@@free.fr> *
* @author Andre Dieb <andre.dieb@@gmail.com>
* @author Arnaud de Turckheim "quarium" <quarium@@gmail.com>
* @author Carsten Haitzler <raster@@rasterman.com>
* @author Cedric Bail <cedric.bail@@free.fr>
* @author Corey "atmos" Donohoe <atmos@@atmos.org>
* @author Fabiano Fidêncio <fidencio@@profusion.mobi>
* @author Gustavo Chaves <glima@@profusion.mobi>
* @author Gustavo Sverzut Barbieri <barbieri@@profusion.mobi>
* @author Jorge Luis "turran" Zapata <jorgeluis.zapata@@gmail.com>
* @author Peter "pfritz" Wehrfritz <peter.wehrfritz@@web.de>
* @author Raphael Kubo da Costa <kubo@@profusion.mobi>
* @author Tilman Sauerbeck <tilman@@code-monkey.de>
* @author Vincent "caro" Torri <vtorri at univ-evry dot fr>
* @author Tom Hacohen <tom@@stosb.com>
* @date 2008-2010
*
* @section eina_intro_sec Introduction * @section eina_intro_sec Introduction
* *
* The Eina library is a library that implements an API for data types * The Eina library is a library that implements an API for data types
@ -94,8 +85,10 @@
* @li @ref Eina_Rectangle_Group rectangle structure and standard manipulation methods. * @li @ref Eina_Rectangle_Group rectangle structure and standard manipulation methods.
* @li @ref Eina_Safety_Checks_Group extra checks that will report unexpected conditions and can be disabled at compile time. * @li @ref Eina_Safety_Checks_Group extra checks that will report unexpected conditions and can be disabled at compile time.
* @li @ref Eina_String_Group a set of functions that manages C strings. * @li @ref Eina_String_Group a set of functions that manages C strings.
*
* Please see the @ref authors page for contact details.
* *
* @defgroup Eina_Data_Types_Group Data types. * @defgroup Eina_Data_Types_Group Data types
* *
* Eina provide easy to use and optimized data types and structures. * Eina provide easy to use and optimized data types and structures.
* *
@ -111,6 +104,33 @@
* *
* Eina tools aims to help application development, providing ways to * Eina tools aims to help application development, providing ways to
* make it safer, log errors, manage memory more efficiently and more. * make it safer, log errors, manage memory more efficiently and more.
*
*/
/**
*
* @page authors Authors
*
* @author Albin "Lutin" Tonnerre <albin.tonnerre@@gmail.com>
* @author Alexandre "diaxen" Becoulet <diaxen@@free.fr>
* @author Andre Dieb <andre.dieb@@gmail.com>
* @author Arnaud de Turckheim "quarium" <quarium@@gmail.com>
* @author Carsten Haitzler <raster@@rasterman.com>
* @author Cedric Bail <cedric.bail@@free.fr>
* @author Corey "atmos" Donohoe <atmos@@atmos.org>
* @author Fabiano Fidêncio <fidencio@@profusion.mobi>
* @author Gustavo Chaves <glima@@profusion.mobi>
* @author Gustavo Sverzut Barbieri <barbieri@@profusion.mobi>
* @author Jorge Luis "turran" Zapata <jorgeluis.zapata@@gmail.com>
* @author Peter "pfritz" Wehrfritz <peter.wehrfritz@@web.de>
* @author Raphael Kubo da Costa <kubo@@profusion.mobi>
* @author Tilman Sauerbeck <tilman@@code-monkey.de>
* @author Vincent "caro" Torri <vtorri at univ-evry dot fr>
* @author Tom Hacohen <tom@@stosb.com>
*
* Please contact <enlightenment-devel@lists.sourceforge.net> to get in
* contact with the developers and maintainers.
*
*/ */
#include <dirent.h> #include <dirent.h>