Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move msg module to its own file
[simgrid.git] / doc / Doxyfile.API.in
index c15319b..5f1ef03 100644 (file)
@@ -400,10 +400,18 @@ INPUT                  = @top_srcdir@/include/ \
                          @top_srcdir@/include/xbt \
                          @top_srcdir@/src/surf/ \
                          @top_srcdir@/src/msg/ \
                          @top_srcdir@/include/xbt \
                          @top_srcdir@/src/surf/ \
                          @top_srcdir@/src/msg/ \
-                         @top_srcdir@/src/gras/ \
+                         @top_srcdir@/src/gras \
+                         @top_srcdir@/src/gras/DataDesc \
+                         @top_srcdir@/src/gras/Msg \
+                         @top_srcdir@/src/gras/Transport \
+                         @top_srcdir@/src/gras/Virtu \
                          @top_srcdir@/src/xbt/ \
                          @top_srcdir@/src/xbt/ \
-                         @top_srcdir@/src/modules.doc \
-                         ./api_index.doc
+                         @srcdir@/modules.doc \
+                         @srcdir@/module-gras.doc \
+                         @srcdir@/module-xbt.doc \
+                         @srcdir@/module-msg.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 
 
 # 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 
@@ -441,7 +449,9 @@ EXCLUDE_PATTERNS       =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
 # 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 \
+                         @top_srcdir@/testsuite
 
 # 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 
 
 # 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 
@@ -455,13 +465,13 @@ EXAMPLE_PATTERNS       =
 # commands irrespective of the value of the RECURSIVE tag. 
 # Possible values are YES and NO. If left blank NO is used.
 
 # 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).
 
 
 # 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 
 
 # 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 
@@ -980,7 +990,7 @@ ALLEXTERNALS           = NO
 # in the modules index. If set to NO, only the current project's groups will 
 # be listed.
 
 # in the modules index. If set to NO, only the current project's groups will 
 # be listed.
 
-EXTERNAL_GROUPS        = YES
+EXTERNAL_GROUPS        = NO
 
 # The PERL_PATH should be the absolute path and name of the perl script 
 # interpreter (i.e. the result of `which perl').
 
 # The PERL_PATH should be the absolute path and name of the perl script 
 # interpreter (i.e. the result of `which perl').