Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make room for the other lessons on data description
[simgrid.git] / doc / Doxyfile.in
index ba77b1a..70103aa 100644 (file)
@@ -396,13 +396,35 @@ 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 \
                          @srcdir@/module-msg.doc \
                          @srcdir@/module-gras.doc @srcdir@/module-amok.doc \
+                         @srcdir@/module-sd.doc \
                         \
+                        @srcdir@/gtut-main.doc \
+                           @srcdir@/gtut-introduction.doc \
+                           @srcdir@/gtut-tour.doc \
+                               @srcdir@/gtut-tour-01-bones.doc \
+                               @srcdir@/gtut-tour-02-simple.doc \
+                               @srcdir@/gtut-tour-03-args.doc \
+                               @srcdir@/gtut-tour-04-callback.doc \
+                               @srcdir@/gtut-tour-05-globals.doc \
+                               @srcdir@/gtut-tour-06-logs.doc \
+                               @srcdir@/gtut-tour-07-timers.doc \
+                               @srcdir@/gtut-tour-08-exceptions.doc \
+                               @srcdir@/gtut-tour-09-simpledata.doc \
+                               @srcdir@/gtut-tour-10-rpc.doc \
+                               @srcdir@/gtut-tour-11-staticstruct.doc \
+                               @srcdir@/gtut-tour-12-pointers.doc \
+                               @srcdir@/gtut-tour-13-dynar.doc \
+                               @srcdir@/gtut-tour-14-manualdatadef.doc \
+                               @srcdir@/gtut-tour-15-exchangecb.doc \
+                         \
                          ./logcategories.doc \
                         \
                          @top_srcdir@/include/ \
@@ -410,6 +432,7 @@ INPUT                  = @srcdir@/index.doc \
                          @top_srcdir@/include/gras \
                          @top_srcdir@/include/amok \
                          @top_srcdir@/include/xbt \
+                         @top_srcdir@/include/simdag \
                          @top_srcdir@/src/xbt/ \
                          @top_srcdir@/src/surf/ \
                          @top_srcdir@/src/msg/ \
@@ -419,7 +442,9 @@ INPUT                  = @srcdir@/index.doc \
                          @top_srcdir@/src/gras/Transport \
                          @top_srcdir@/src/gras/Virtu \
                          @top_srcdir@/src/amok \
-                         @top_srcdir@/src/amok/Bandwidth
+                         @top_srcdir@/src/amok/Bandwidth \
+                         @top_srcdir@/src/amok/PeerManagement \
+                         @top_srcdir@/src/simdag
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -458,7 +483,9 @@ EXCLUDE_PATTERNS       =
 # the \include command).
 
 EXAMPLE_PATH           = ./ \
+                         @top_srcdir@/doc/gtut-files \
                          @top_srcdir@/src/surf/ \
+                         @top_srcdir@/src/xbt/ \
                          @top_srcdir@/examples \
                          @top_srcdir@/testsuite
 
@@ -650,7 +677,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 +972,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.