X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5089a0a98b27f5eeee62321dff4f025f1648f025..44bca631e482bd6e48a926393437d0959b661218:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index 44b2cb532c..50f9f9221d 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -3,6 +3,7 @@ INPUT = ../../include/simgrid/forward.h INPUT += ../../include/simgrid/s4u INPUT += ../../include/simgrid/msg.h INPUT += ../../include/simgrid/actor.h +INPUT += ../../src/s4u/s4u_Actor.cpp INPUT += ../../include/simgrid/barrier.h INPUT += ../../include/simgrid/cond.h INPUT += ../../include/simgrid/engine.h @@ -29,9 +30,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 = "beginrst=\verbatim " +ALIASES = "beginrst=\verbatim embed:rst:leading-asterisk" +ALIASES += "rst=\verbatim " ALIASES += "endrst=\endverbatim" # Enable preprocessing and related preprocessor necessities @@ -40,6 +43,8 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SKIP_FUNCTION_MACROS = NO +QUIET=YES + PREDEFINED += \ __cplusplus \ DOXYGEN \ @@ -55,5 +60,7 @@ 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)= + XBT_ATTRIB_DEPRECATED_v329(m)= \ + XBT_ATTRIB_DEPRECATED_v330(m)=