From: mquinson Date: Mon, 27 Jun 2005 22:28:02 +0000 (+0000) Subject: Let's run AMOK, friends X-Git-Tag: v3.3~3918 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5f5fcb14d23729174398f059830174fb530058e6 Let's run AMOK, friends git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1437 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 8e239b82a6..2f9e649fb5 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -398,9 +398,9 @@ INPUT = @srcdir@/index.doc \ @srcdir@/FAQ.doc \ \ @srcdir@/modules.doc \ - @srcdir@/module-gras.doc \ @srcdir@/module-xbt.doc \ @srcdir@/module-msg.doc \ + @srcdir@/module-gras.doc @srcdir@/module-amok.doc \ \ ./api_index.doc \ ./logcategories.doc \ @@ -408,7 +408,9 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/include/ \ @top_srcdir@/include/msg \ @top_srcdir@/include/gras \ + @top_srcdir@/include/amok \ @top_srcdir@/include/xbt \ + @top_srcdir@/src/xbt/ \ @top_srcdir@/src/surf/ \ @top_srcdir@/src/msg/ \ @top_srcdir@/src/gras \ @@ -416,7 +418,8 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/src/gras/Msg \ @top_srcdir@/src/gras/Transport \ @top_srcdir@/src/gras/Virtu \ - @top_srcdir@/src/xbt/ + @top_srcdir@/src/amok \ + @top_srcdir@/src/amok/Bandwidth # 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