X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45dc2797b3d31a19e3e8386f149798b7ab3566ed..b8e77688484ef873583e285d34c7b85ddce9294c:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 756f2755f5..07415d05cd 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 \ @@ -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.