Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot//simgrid/simgrid
[simgrid.git] / doc / Doxyfile.in
index 2a07cd3..ee1b029 100644 (file)
@@ -630,6 +630,7 @@ INPUT                  = index.doc \
                          gtut-main.doc \
                          gtut-introduction.doc \
                          gtut-tour.doc \
+                         gtut-tour-00-install.doc \
                          gtut-tour-01-bones.doc \
                          gtut-tour-02-simple.doc \
                          gtut-tour-03-args.doc \
@@ -649,7 +650,6 @@ INPUT                  = index.doc \
                          gtut-tour-16-exchangecb.doc \
                          gtut-howto.doc \
                          gtut-howto-design.doc \
-                         @top_srcdir@/doc/logcategories.doc \
                          @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
                          @top_srcdir@/include/gras \
@@ -1512,7 +1512,8 @@ INCLUDE_FILE_PATTERNS  =
 
 PREDEFINED             = DOXYGEN \
                          DOXYGEN_SKIP_IT \
-                         XBT_PUBLIC=
+                         XBT_PUBLIC= \
+                         XBT_INLINE=
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
 # this tag can be used to specify a list of macro names that should be expanded.