X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63c219ee10cf464f95ad9888e0814439445b53f8..8b73eca4934e5648d85c6f61db07e199ea997473:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index bdc96d604f..a6fe764d3a 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -3,9 +3,11 @@ 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/exec.h INPUT += ../../include/simgrid/host.h #INPUT += ../../include/simgrid/instr.h INPUT += ../../include/simgrid/link.h @@ -14,6 +16,7 @@ INPUT += ../../include/simgrid/mutex.h INPUT += ../../include/simgrid/semaphore.h INPUT += ../../include/simgrid/vm.h INPUT += ../../include/simgrid/zone.h +INPUT += ../../include/xbt/signal.hpp INPUT += ../../src/msg/ INPUT += ../../src/plugins/ RECURSIVE = YES @@ -29,9 +32,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 +INLINE_INHERITED_MEMB = YES # Put the content of superclasses in subclasses # Allow for rst directives and advanced functions e.g. grid tables -ALIASES = "beginrst=\verbatim embed:rst" +ALIASES = "beginrst=\verbatim embed:rst:leading-asterisk" ALIASES += "endrst=\endverbatim" # Enable preprocessing and related preprocessor necessities @@ -40,6 +45,8 @@ MACRO_EXPANSION = YES EXPAND_ONLY_PREDEF = NO SKIP_FUNCTION_MACROS = NO +QUIET=YES + PREDEFINED += \ __cplusplus \ DOXYGEN \ @@ -55,5 +62,8 @@ PREDEFINED += \ XBT_PRIVATE= \ XBT_ATTRIB_NORETURN= \ XBT_ATTRIB_UNUSED= \ - XBT_ATTRIB_DEPRECATED_v328(m)= \ - XBT_ATTRIB_DEPRECATED_v329(m)= + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(s,c,l)= \ + XBT_ATTRIB_DEPRECATED_v329(m)= \ + XBT_ATTRIB_DEPRECATED_v330(m)= \ + XBT_ATTRIB_DEPRECATED_v331(m)= \ + XBT_ATTRIB_DEPRECATED_v332(m)=