X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/814988d3bff7171e6aeb7a5ac328b2c511195d9f..0a63e497ca28d2176a61304e62050790cbda853c:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index c6235c9d65..50f9f9221d 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -2,6 +2,19 @@ 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 +INPUT += ../../include/simgrid/host.h +#INPUT += ../../include/simgrid/instr.h +INPUT += ../../include/simgrid/link.h +INPUT += ../../include/simgrid/mailbox.h +INPUT += ../../include/simgrid/mutex.h +INPUT += ../../include/simgrid/semaphore.h +INPUT += ../../include/simgrid/vm.h +INPUT += ../../include/simgrid/zone.h INPUT += ../../src/msg/ INPUT += ../../src/plugins/ RECURSIVE = YES @@ -17,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 = "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 @@ -28,9 +43,13 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SKIP_FUNCTION_MACROS = NO +QUIET=YES + PREDEFINED += \ __cplusplus \ DOXYGEN \ + SG_BEGIN_DECL= \ + SG_END_DECL= \ XBT_PUBLIC= \ XBT_EXPORT_NO_IMPORT= \ XBT_IMPORT_NO_EXPORT= \ @@ -41,6 +60,7 @@ PREDEFINED += \ XBT_PRIVATE= \ XBT_ATTRIB_NORETURN= \ XBT_ATTRIB_UNUSED= \ - XBT_ATTRIB_DEPRECATED_v325(m)= \ - XBT_ATTRIB_DEPRECATED_v327(m)= \ - XBT_ATTRIB_DEPRECATED_v328(m)= + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s,c,l)= \ + XBT_ATTRIB_DEPRECATED_v328(m)= \ + XBT_ATTRIB_DEPRECATED_v329(m)= \ + XBT_ATTRIB_DEPRECATED_v330(m)=