X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8f11457ef58c17b4feb1cde1db9952d7f0799c4..a033da054c1006d289ef46cf5e05a5cad823f358:/doc/Doxyfile.API.in diff --git a/doc/Doxyfile.API.in b/doc/Doxyfile.API.in index bf0b2e20aa..e6a81d9f6f 100644 --- a/doc/Doxyfile.API.in +++ b/doc/Doxyfile.API.in @@ -406,8 +406,9 @@ 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 \ + ./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 @@ -984,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').