Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add default Layout
[simgrid.git] / doc / Doxyfile.in
index 756f275..8ec3692 100644 (file)
@@ -551,7 +551,7 @@ FILE_VERSION_FILTER    =
 # You can optionally specify a file name after the option, if omitted
 # DoxygenLayout.xml will be used as the name of the layout file.
 
-LAYOUT_FILE            =
+LAYOUT_FILE            = DoxygenLayoutSimgrid.xml
 
 #---------------------------------------------------------------------------
 # configuration options related to warning and progress messages
@@ -619,7 +619,8 @@ INPUT                  = index.doc \
                          bindings.doc \
                          options.doc \
                          tracing.doc \
-                         use.doc \
+                         platform.doc \
+                        use.doc \
                          pls.doc \
                          ./index-API.doc \
                          modules.doc \
@@ -653,6 +654,7 @@ INPUT                  = index.doc \
                          gtut-tour-16-exchangecb.doc \
                          gtut-howto.doc \
                          gtut-howto-design.doc \
+                         @top_srcdir@/doc/logcategories.doc \
                          @top_srcdir@/src/instr/ \
                          @top_srcdir@/include/ \
                          @top_srcdir@/include/msg \
@@ -1285,7 +1287,7 @@ MAKEINDEX_CMD_NAME     = makeindex
 # LaTeX documents. This may be useful for small projects and may help to
 # save some trees in general.
 
-COMPACT_LATEX          = NO
+COMPACT_LATEX          = YES
 
 # The PAPER_TYPE tag can be used to set the paper type that is used
 # by the printer. Possible values are: a4, letter, legal and
@@ -1296,7 +1298,7 @@ PAPER_TYPE             = a4wide
 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
 # packages that should be included in the LaTeX output.
 
-EXTRA_PACKAGES         =
+EXTRA_PACKAGES         = pdfpages
 
 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
 # the generated latex document. The header should contain everything until
@@ -1550,7 +1552,8 @@ PREDEFINED             = DOXYGEN \
                          DOXYGEN_SKIP_IT \
                          XBT_PUBLIC= \
                          XBT_INLINE= \
-                         HAVE_TRACING
+                         HAVE_TRACING \
+                         MSG_USE_DEPRECATED
 
 # 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.