Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I don't think it does what it should now but at least it looks better and
[simgrid.git] / doc / Doxyfile.in
index ba77b1a..430d67f 100644 (file)
@@ -396,7 +396,9 @@ WARN_LOGFILE           =
 
 INPUT                  = @srcdir@/index.doc \
                          @srcdir@/FAQ.doc \
-                         @srcdir@/index-API.doc \
+                         @srcdir@/contrib.doc \
+                         @srcdir@/publis.doc \
+                         ./index-API.doc \
                         \
                          @srcdir@/modules.doc \
                          @srcdir@/module-xbt.doc \
@@ -459,6 +461,7 @@ EXCLUDE_PATTERNS       =
 
 EXAMPLE_PATH           = ./ \
                          @top_srcdir@/src/surf/ \
+                         @top_srcdir@/src/xbt/ \
                          @top_srcdir@/examples \
                          @top_srcdir@/testsuite
 
@@ -650,7 +653,7 @@ TOC_EXPAND             = YES
 # 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.
@@ -945,7 +948,7 @@ INCLUDE_FILE_PATTERNS  =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED             = 
+PREDEFINED             =  DOXYGEN DOXYGEN_SKIP_IT
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 # this tag can be used to specify a list of macro names that should be expanded.