Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Found how to ask doxygen to search the examples recursively
[simgrid.git] / doc / Doxyfile.API.in
index 1867dc9..dfd7d95 100644 (file)
@@ -447,8 +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/ \
-                         @top_srcdir@/examples/gras/ping
+EXAMPLE_PATH           = @top_srcdir@/src/surf/ \
+                         @top_srcdir@/examples
 
 # 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 
@@ -462,13 +462,13 @@ EXAMPLE_PATTERNS       =
 # commands irrespective of the value of the RECURSIVE tag. 
 # Possible values are YES and NO. If left blank NO is used.
 
-EXAMPLE_RECURSIVE      = NO
+EXAMPLE_RECURSIVE      = YES
 
 # The IMAGE_PATH tag can be used to specify one or more files or 
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = .
+IMAGE_PATH             = @top_srcdir@/doc
 
 # 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