Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Completely rework. Users dont care about our names, they want the code and (hopefully...
[simgrid.git] / doc / Doxyfile.API.in
index 70047be..1867dc9 100644 (file)
@@ -406,8 +406,10 @@ INPUT                  = @top_srcdir@/include/ \
                          @top_srcdir@/src/gras/Transport \
                          @top_srcdir@/src/gras/Virtu \
                          @top_srcdir@/src/xbt/ \
-                         @top_srcdir@/src/modules.doc \
-                         ./api_index.doc
+                         @srcdir@/modules.doc \
+                         @srcdir@/module-gras.doc \
+                         ./api_index.doc \
+                         ./logcategories.doc
 
 # 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 
@@ -445,7 +447,8 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = @top_srcdir@/src/surf/ @top_srcdir@/examples/msg/
+EXAMPLE_PATH           = @top_srcdir@/src/surf/ @top_srcdir@/examples/msg/ \
+                         @top_srcdir@/examples/gras/ping
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -465,7 +468,7 @@ EXAMPLE_RECURSIVE      = NO
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = 
+IMAGE_PATH             = .
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 
 # invoke to filter for each input file. Doxygen will invoke the filter program