X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ec2fb8f0e24bc6201d2b6d5d82aafaf69a004e7..98f86232eb9857c8c31067d5db378a6ad417165c:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 5876793c1a..83d80673d9 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -396,13 +396,15 @@ WARN_LOGFILE = INPUT = @srcdir@/index.doc \ @srcdir@/FAQ.doc \ + @srcdir@/contrib.doc \ @srcdir@/publis.doc \ - @srcdir@/index-API.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 \ \ @@ -411,6 +413,7 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/include/gras \ @top_srcdir@/include/amok \ @top_srcdir@/include/xbt \ + @top_srcdir@/include/simdag \ @top_srcdir@/src/xbt/ \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/msg/ \ @@ -420,7 +423,9 @@ 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 \ + @top_srcdir@/src/simdag # 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