Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ignore generated toc files.
[simgrid.git] / doc / Doxyfile.in
index 2a07cd3..7f16d09 100644 (file)
@@ -614,6 +614,8 @@ WARN_LOGFILE           =
 # with spaces.
 
 INPUT                  = index.doc \
+                                                installSimgrid.doc \
+                         bindings.doc \
                          FAQ.doc \
                          contrib.doc \
                          publis.doc \
@@ -630,6 +632,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 +652,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 +1514,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.