X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bd58442fe3b5adb3508be554473901b4db9c7ac5..a6f1ed39139e19a28dc16c4b5f796ab9d9da35ed:/doc/Doxyfile.API.in diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index 70047bed3f..06c24578f8 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -406,8 +406,11 @@ 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 \ + @srcdir@/module-xbt.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 +448,9 @@ 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 \ + @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 @@ -459,13 +464,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