From 4429bcfe89f6c58957eaa979c5b13f7082f82eb5 Mon Sep 17 00:00:00 2001 From: alegrand Date: Mon, 8 Aug 2005 20:09:58 +0000 Subject: [PATCH] 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 --- doc/Makefile.am | 3 +++ doc/index.doc | 5 ++--- tools/doxygen/index_create.pl | Bin 0 -> 1407 bytes 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100755 tools/doxygen/index_create.pl 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 0000000000000000000000000000000000000000..4db929c76dd263069b43ba9013d4aa08ddff6413 GIT binary patch literal 1407 zcmc&zO;6)65Z!D2D`rEG+6tOwkDD|S2SAmOKrHNq0CEziv2g5=IFzaizkSDcTWFX2 z<`R28-pup7IrtuQZ4;zi1~qF094`nN`Uj^s7k?n0!pR6!1372l-L-ViegT&`dwa?n zMm3w%0wON!P9JMJKQ6dnF+{4<#*(YdTE4|zNJzCD`g&Qj5lq2DgSksueZC*&RMV8U zY=rT?g$0cEO)vL99zxfH>{oWyJz}1G zJeSqMz>3p1l$PzC6c88c47L~`i@fAi|1;rY{tCv7+@;1;8)s7snM z%`+-M@KzfbDg+dr%rsZBJ%Wm6jcS3Sj*Qq_u=s$Dpn`Hpm$0s2?ACYrHP9<g)`~i^`v|trrD&fUR+%R(*qMI nu@xD7opoT-_LInoo1uimLt#BN?S5 literal 0 HcmV?d00001 -- 2.20.1