X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abc6c695d534ee87fe91c84038ebbf6b9226575d..7852e4b4039886f33fe9e7cd406848ffc33dfef8:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index a23b712752..8ec3692648 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 \ @@ -629,6 +630,7 @@ INPUT = index.doc \ module-amok.doc \ module-sd.doc \ module-surf.doc \ + module-trace.doc \ gtut-main.doc \ gtut-introduction.doc \ gtut-tour.doc \ @@ -652,6 +654,8 @@ 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 \ @top_srcdir@/include/gras \ @@ -693,6 +697,8 @@ INPUT += @top_srcdir@/examples/msg/sendrecv/sendrecv.c \ @top_srcdir@/examples/msg/tracing/procmig.c \ @top_srcdir@/examples/msg/tracing/trace_platform.c \ @top_srcdir@/examples/msg/tracing/user_variables.c \ + @top_srcdir@/examples/msg/tracing/link_user_variables.c \ + @top_srcdir@/examples/msg/tracing/link_srcdst_user_variables.c \ @top_srcdir@/examples/msg/ns3 \ @top_srcdir@/examples/msg/gtnets \ @top_srcdir@/examples/msg/io \ @@ -1281,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 @@ -1292,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 @@ -1545,7 +1551,9 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = DOXYGEN \ DOXYGEN_SKIP_IT \ XBT_PUBLIC= \ - XBT_INLINE= + XBT_INLINE= \ + 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.