X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dbb0053e46341918b4d5ba5ec69ddbd54c01f5de..d8f9fcd4c8c6020123a35e035ed2e4ffeaeea592:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index 464237c5bc..8b91326479 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -29,9 +29,11 @@ GENERATE_LATEX = NO FULL_PATH_NAMES = NO # Don't leak the path on which it was built XML_PROGRAMLISTING = NO # No program listings, please CREATE_SUBDIRS = NO # Mandatory for exhale +AUTOLINK_SUPPORT = NO # Don't try to link words that correspond to documented classes to their corresponding doc # Allow for rst directives and advanced functions e.g. grid tables -ALIASES = "rst=\verbatim embed:rst:leading-asterisk" +ALIASES = "beginrst=\verbatim embed:rst:leading-asterisk" +ALIASES += "rst=\verbatim " ALIASES += "endrst=\endverbatim" # Enable preprocessing and related preprocessor necessities @@ -40,6 +42,8 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SKIP_FUNCTION_MACROS = NO +QUIET=YES + PREDEFINED += \ __cplusplus \ DOXYGEN \ @@ -55,5 +59,6 @@ PREDEFINED += \ XBT_PRIVATE= \ XBT_ATTRIB_NORETURN= \ XBT_ATTRIB_UNUSED= \ + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s,c,l)= \ XBT_ATTRIB_DEPRECATED_v328(m)= \ XBT_ATTRIB_DEPRECATED_v329(m)=