improve eina main page and links
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Aug 2011 04:55:12 +0000 (04:55 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Aug 2011 04:55:12 +0000 (04:55 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@62038 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

doc/head.html
src/include/Eina.h

index cbb0d9c..812eeb8 100644 (file)
     <div class="menu-container">
         <div class="submenu">
             <ul class="current">
+                <li><a href="files.html">Files</a></li>
                 <li><a href="pages.html">Tutorials</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>
             </ul>
         </div>
index fe8c52a..69e463c 100644 (file)
@@ -1,5 +1,5 @@
 /* EINA - EFL data type library
- * Copyright (C) 2008-2010 Enlightenment Developers:
+ * Copyright (C) 2008-2011 Enlightenment Developers:
  *           Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>
  *           Alexandre "diaxen" Becoulet <diaxen@free.fr>
  *           Andre Dieb <andre.dieb@gmail.com>
 #define EINA_H_
 
 /**
+ * @file
+ * @brief Eina Utility library
+ *
+ * These routines are used for Eina.
+ */
+
+/**
  * @mainpage Eina
  *
  * @version 1.1
- * @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>
- * @date 2008-2010
- *
+ * @date 2008-2011
+ * 
  * @section eina_intro_sec Introduction
  *
  * The Eina library is a library that implements an API for data types
  * @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_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 tools aims to help application development, providing ways to
  * 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>