Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a list of all functions, types and macros to the documentation
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 8 Aug 2005 20:09:58 +0000 (20:09 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 8 Aug 2005 20:09:58 +0000 (20:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1639 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Makefile.am
doc/index.doc
tools/doxygen/index_create.pl [new file with mode: 0755]

index 6d9de1f..e9e3164 100644 (file)
@@ -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/
index d6eaeef..3132e9c 100644 (file)
@@ -40,9 +40,8 @@ pre-compiled binaries [yet].
  
 \subsection quick_more More information
 
-The API is described <a href="API/html/modules.html">here</a> while 
-<a href="examples/html/modules.html">this page</a> 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 (executable)
index 0000000..4db929c
Binary files /dev/null and b/tools/doxygen/index_create.pl differ