Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a simple navbar
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 14:09:06 +0000 (14:09 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 23 Oct 2005 14:09:06 +0000 (14:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1815 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/Doxyfile.in
doc/Makefile.am

index 8b55f5c..21ad4e1 100644 (file)
@@ -650,7 +650,7 @@ TOC_EXPAND             = YES
 # top of each HTML page. The value NO (the default) enables the index and 
 # the value YES disables it.
 
 # top of each HTML page. The value NO (the default) enables the index and 
 # the value YES disables it.
 
-DISABLE_INDEX          = YES
+DISABLE_INDEX          = NO
 
 # This tag can be used to set the number of enum values (range [1..20]) 
 # that doxygen will group on one line in the generated HTML documentation.
 
 # This tag can be used to set the number of enum values (range [1..20]) 
 # that doxygen will group on one line in the generated HTML documentation.
index 7c3caff..8325aeb 100644 (file)
@@ -24,6 +24,7 @@ html: $(DOCSOURCES) Doxyfile logcategories.doc simgrid_modules.map simgrid_modul
        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/
        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/
+       for i in `find html -name '*.html'` ; do cp $$i $$i.bak ; sed 's/Modules<\/a> | <a class="qindex" href="annotated.html">.*Fields<\/a>/Modules Tree<\/a> | /g' $$i.bak > $$i ; rm $$i.bak ; done
 endif
 
 logcategories.doc: $(DOCSOURCES)
 endif
 
 logcategories.doc: $(DOCSOURCES)