X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aad6b6c4c7b1454dd284f822ba6f52e790f42c6e..512273b5dab057e0f93aaed9c09c79d0e4960b61:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index c1746d98a4..30041d4a6b 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -3,12 +3,14 @@ INPUT = ../../include/simgrid/forward.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 @@ -18,6 +20,8 @@ INPUT += ../../include/simgrid/mutex.h INPUT += ../../include/simgrid/semaphore.h INPUT += ../../include/simgrid/vm.h INPUT += ../../include/simgrid/zone.h +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 @@ -58,14 +62,12 @@ PREDEFINED += \ SIMGRID_REGISTER_PLUGIN(id,desc,init)= \ XBT_PUBLIC= \ 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(cname,parent,desc)= \ - XBT_ATTRIB_DEPRECATED_v334(mesg)= \ - XBT_ATTRIB_DEPRECATED_v335(mesg)= \ XBT_ATTRIB_DEPRECATED_v336(mesg)= \ - XBT_ATTRIB_DEPRECATED_v337(mesg)= + XBT_ATTRIB_DEPRECATED_v338(mesg)= \ + XBT_ATTRIB_DEPRECATED_v339(mesg)=