X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db7d7f5b33584c2050c35c927192be5707415fca..372f92e67e3eb3ca800b6d9bcf214594cf3b6798:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index 50f9f9221d..0e1decc2b3 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -1,13 +1,18 @@ # What to read INPUT = ../../include/simgrid/forward.h -INPUT += ../../include/simgrid/s4u -INPUT += ../../include/simgrid/msg.h +INPUT += ../../include/simgrid/plugins/ +INPUT += ../../include/simgrid/s4u/ INPUT += ../../include/simgrid/actor.h +INPUT += ../../include/simgrid/activity_set.h INPUT += ../../src/s4u/s4u_Actor.cpp INPUT += ../../include/simgrid/barrier.h +INPUT += ../../include/simgrid/comm.h INPUT += ../../include/simgrid/cond.h INPUT += ../../include/simgrid/engine.h +INPUT += ../../include/simgrid/exec.h +INPUT += ../../include/simgrid/Exception.hpp INPUT += ../../include/simgrid/host.h +INPUT += ../../src/s4u/s4u_Host.cpp #INPUT += ../../include/simgrid/instr.h INPUT += ../../include/simgrid/link.h INPUT += ../../include/simgrid/mailbox.h @@ -15,7 +20,11 @@ INPUT += ../../include/simgrid/mutex.h INPUT += ../../include/simgrid/semaphore.h INPUT += ../../include/simgrid/vm.h INPUT += ../../include/simgrid/zone.h -INPUT += ../../src/msg/ +INPUT += ../../include/smpi/smpi.h +INPUT += ../../include/xbt/function_types.h +INPUT += ../../include/xbt/dynar.h +INPUT += ../../src/xbt/dynar.cpp +INPUT += ../../include/xbt/signal.hpp INPUT += ../../src/plugins/ RECURSIVE = YES @@ -31,10 +40,10 @@ 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:leading-asterisk" -ALIASES += "rst=\verbatim " ALIASES += "endrst=\endverbatim" # Enable preprocessing and related preprocessor necessities @@ -50,17 +59,15 @@ PREDEFINED += \ DOXYGEN \ SG_BEGIN_DECL= \ SG_END_DECL= \ + SIMGRID_REGISTER_PLUGIN(id,desc,init)= \ XBT_PUBLIC= \ - XBT_EXPORT_NO_IMPORT= \ - XBT_IMPORT_NO_EXPORT= \ XBT_PUBLIC_DATA=extern \ - XBT_PUBLIC= \ - XBT_INLINE= \ - XBT_ALWAYS_INLINE= \ XBT_PRIVATE= \ + XBT_ALWAYS_INLINE= \ + XBT_ATTRIB_NOINLINE= \ 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_v330(m)= + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \ + XBT_ATTRIB_DEPRECATED_v338(mesg)= \ + XBT_ATTRIB_DEPRECATED_v339(mesg)= \ + XBT_ATTRIB_DEPRECATED_v340(mesg)=