efl: Adding a unified main page that links to the "mainpage" of libs.

SVN revision: 81273
devs/devilhorns/wayland_egl
Jonas M. Gastal 11 years ago
parent 15ec12fabc
commit 6ecaa33f22
  1. 2
      doc/Doxyfile.in
  2. 18
      doc/main.dox
  3. 2
      src/lib/ecore/Ecore.h
  4. 2
      src/lib/eet/Eet.h
  5. 2
      src/lib/eina/Eina.h
  6. 2
      src/lib/embryo/Embryo.h
  7. 2
      src/lib/escape/Escape.h
  8. 2
      src/lib/evas/Evas.h
  9. 2
      src/lib/evil/Evil.h

@ -592,7 +592,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = @top_srcdir@/src/lib
INPUT = @top_srcdir@/src/lib @srcdir@/main.dox
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is

@ -0,0 +1,18 @@
/**
* @mainpage EFL
*
* The Enlightenment Project covers more than simple window management. It
* also includes the EFL(Enlightenment Foundation Libraries), the EFL is a set
* of libraries each providing a great deal of functionality. Below you can
* find documentation auto-generated daily from SVN source for these
* libraries:
*
* @li @ref eina_main
* @li @ref evas_main
* @li @ref eet_main
* @li @ref embryo_main
* @li @ref ecore_main
* @li @ref escape_main
* @li @ref evil_main
*
*/

@ -6,7 +6,7 @@
/**
@mainpage Ecore
@page ecore_main Ecore
@version 1.7
@date 2000-2012

@ -3,7 +3,7 @@
These routines are used for Eet Library interaction
@mainpage Eet Library Documentation
@page eet_main Eet Library Documentation
@version 1.7.0
@date 2000-2012

@ -44,7 +44,7 @@
*/
/**
* @mainpage Eina
* @page eina_main Eina
*
* @version 1.7
* @date 2008-2012

@ -3,7 +3,7 @@
These routines are used for Embryo.
@mainpage Embryo Library Documentation
@page embryo_main Embryo Library Documentation
@image html e_big.png

@ -19,7 +19,7 @@
#endif
/**
* @mainpage Escape
* @page escape_main Escape
* @image html e_big.png
* @author Youness Alaoui
* @date 2011

@ -1,5 +1,5 @@
/**
@mainpage Evas
@page evas_main Evas
@version 1.7
@date 2000-2012

@ -2,7 +2,7 @@
#define __EVIL_H__
/**
* @mainpage Evil
* @page evil_main Evil
* @image html e_big.png
* @author Vincent Torri
* @version 1.7.0

Loading…
Cancel
Save