X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b777c7444435acd1c362627d3c751e26d690ebe0..3f17e7a2d9e727cf8ba2da354280f3afd329c8a6:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 21ad4e13f4..0d0b1252e7 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -396,12 +396,15 @@ WARN_LOGFILE = INPUT = @srcdir@/index.doc \ @srcdir@/FAQ.doc \ - @srcdir@/index-API.doc \ + @srcdir@/contrib.doc \ + @srcdir@/publis.doc \ + ./index-API.doc \ \ @srcdir@/modules.doc \ @srcdir@/module-xbt.doc \ @srcdir@/module-msg.doc \ @srcdir@/module-gras.doc @srcdir@/module-amok.doc \ + @srcdir@/module-sd.doc \ \ ./logcategories.doc \ \ @@ -419,7 +422,8 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/src/gras/Transport \ @top_srcdir@/src/gras/Virtu \ @top_srcdir@/src/amok \ - @top_srcdir@/src/amok/Bandwidth + @top_srcdir@/src/amok/Bandwidth \ + @top_srcdir@/src/amok/HostManagement # 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 @@ -459,6 +463,7 @@ EXCLUDE_PATTERNS = EXAMPLE_PATH = ./ \ @top_srcdir@/src/surf/ \ + @top_srcdir@/src/xbt/ \ @top_srcdir@/examples \ @top_srcdir@/testsuite