From: alegrand Date: Mon, 8 Aug 2005 20:09:58 +0000 (+0000) Subject: add a list of all functions, types and macros to the documentation X-Git-Tag: v3.3~3717 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4429bcfe89f6c58957eaa979c5b13f7082f82eb5 add a list of all functions, types and macros to the documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1639 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6d9de1f601..e9e3164041 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -18,6 +18,9 @@ simgrid_modules.png: simgrid_modules.fig fig2dev -Lpng simgrid_modules.fig > simgrid_modules.png html: $(DOCSOURCES) Doxyfile logcategories.doc simgrid_modules.map simgrid_modules.png + touch index-API.doc + doxygen Doxyfile >/dev/null + ../tools/doxygen/index_create.pl simgrid.tag index-API.doc doxygen Doxyfile >/dev/null cp @srcdir@/simgrid_logo.png @srcdir@/simgrid_modules.png html/ cp @srcdir@/Paje_MSG_screenshot_thn.jpg @srcdir@/Paje_MSG_screenshot.jpg html/ diff --git a/doc/index.doc b/doc/index.doc index d6eaeef154..3132e9caad 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -40,9 +40,8 @@ pre-compiled binaries [yet]. \subsection quick_more More information -The API is described here while -this page presents some example of -use. +The API (along with some example of +use) is described in \ref SimGrid_API. For more information about the SimGrid toolkit, please simply keep reading this page. It is organized as follow: diff --git a/tools/doxygen/index_create.pl b/tools/doxygen/index_create.pl new file mode 100755 index 0000000000..4db929c76d Binary files /dev/null and b/tools/doxygen/index_create.pl differ