From: thiery Date: Thu, 6 Jul 2006 18:59:32 +0000 (+0000) Subject: Add missing SimDag directories X-Git-Tag: v3.3~2862 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7854ea73be3445ce2e61f94eff25a17f319649c0 Add missing SimDag directories git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2496 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 0d0b1252e7..83d80673d9 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -413,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/ \ @@ -423,7 +424,8 @@ INPUT = @srcdir@/index.doc \ @top_srcdir@/src/gras/Virtu \ @top_srcdir@/src/amok \ @top_srcdir@/src/amok/Bandwidth \ - @top_srcdir@/src/amok/HostManagement + @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