Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split GRAS doc into another file; add a gras example (still to be modified to look...
[simgrid.git] / doc / Doxyfile.API.in
index e6a81d9..b8a2e3f 100644 (file)
@@ -407,6 +407,7 @@ INPUT                  = @top_srcdir@/include/ \
                          @top_srcdir@/src/gras/Virtu \
                          @top_srcdir@/src/xbt/ \
                          @srcdir@/modules.doc \
+                         @srcdir@/module-gras.doc \
                          ./api_index.doc \
                          ./logcategories.doc
 
@@ -446,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