Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This moved to the examples/gras directory, kill old leftover
[simgrid.git] / doc / Doxyfile.API.in
index 785d71e..70047be 100644 (file)
@@ -396,9 +396,15 @@ WARN_LOGFILE           =
 
 INPUT                  = @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
+                         @top_srcdir@/include/gras \
                          @top_srcdir@/include/xbt \
                          @top_srcdir@/src/surf/ \
                          @top_srcdir@/src/msg/ \
+                         @top_srcdir@/src/gras \
+                         @top_srcdir@/src/gras/DataDesc \
+                         @top_srcdir@/src/gras/Msg \
+                         @top_srcdir@/src/gras/Transport \
+                         @top_srcdir@/src/gras/Virtu \
                          @top_srcdir@/src/xbt/ \
                          @top_srcdir@/src/modules.doc \
                          ./api_index.doc
@@ -978,7 +984,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').