X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/438767b311970c8a65b6a891b805e430fd2aeb3f..2578f145b125d7228af0162ec317f4cd5c9a148a:/doc/Doxyfile.API.in?ds=sidebyside diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index c15319b8c6..20e1114e5b 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -400,10 +400,15 @@ INPUT = @top_srcdir@/include/ \ @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/modules.doc \ - ./api_index.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 @@ -980,7 +985,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').