Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the list of functions, types, ...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Aug 2005 17:14:27 +0000 (17:14 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 9 Aug 2005 17:14:27 +0000 (17:14 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1645 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Doxyfile.in
doc/Makefile.am

index f9bfc7a..489de1b 100644 (file)
@@ -985,7 +985,7 @@ TAGFILES               =
 # When a file name is specified after GENERATE_TAGFILE, doxygen will create 
 # a tag file that is based on the input files it reads.
 
-GENERATE_TAGFILE       = 
+GENERATE_TAGFILE       = simgrid.tag
 
 # If the ALLEXTERNALS tag is set to YES all external classes will be listed 
 # in the class index. If set to NO only the inherited external classes 
index e9e3164..74f017d 100644 (file)
@@ -4,7 +4,7 @@ DOCSOURCES = $(shell find @top_srcdir@/tools/gras  @top_srcdir@/src @top_srcdir@
 EXTRA_DIST = html Doxyfile \
  modules.doc FAQ.doc index.doc footer.html simgrid_logo.png simgrid_modules.png
 
-DISTCLEANFILES = api_index.doc
+DISTCLEANFILES = index-API.doc simgrid.tag
 MAINTAINERCLEANFILES = html
 
 if MAINTAINER_MODE