X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/872e6c960cfd42bfbb748574c0cf88693d0730a5..524f66091c87e846a7c972509f8cf1a235ce6033:/doc/Doxyfile.API.in diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index a024639813..1867dc9cd6 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -395,13 +395,21 @@ WARN_LOGFILE = # with spaces. INPUT = @top_srcdir@/include/ \ - @top_srcdir@/include/surf \ @top_srcdir@/include/msg \ + @top_srcdir@/include/gras \ @top_srcdir@/include/xbt \ + @top_srcdir@/src/surf/ \ @top_srcdir@/src/msg/ \ + @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/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 @@ -439,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 @@ -459,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 @@ -978,7 +987,7 @@ ALLEXTERNALS = NO # 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').