X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c37e38cf6d31636517ffd33b3f6c3d0c358e375..4af3b440df91b61c684c4c141bd86e4b9ba7a108:/docs/source/Doxyfile diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index e352050b3e..35eefa048e 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -1,14 +1,17 @@ # What to read INPUT = ../../include/simgrid/forward.h -INPUT += ../../include/simgrid/s4u +INPUT += ../../include/simgrid/plugins/ +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/comm.h INPUT += ../../include/simgrid/cond.h INPUT += ../../include/simgrid/engine.h INPUT += ../../include/simgrid/exec.h 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 @@ -16,6 +19,8 @@ INPUT += ../../include/simgrid/mutex.h INPUT += ../../include/simgrid/semaphore.h INPUT += ../../include/simgrid/vm.h INPUT += ../../include/simgrid/zone.h +INPUT += ../../include/xbt/dynar.h +INPUT += ../../src/xbt/dynar.cpp INPUT += ../../include/xbt/signal.hpp INPUT += ../../src/msg/ INPUT += ../../src/plugins/ @@ -52,6 +57,7 @@ PREDEFINED += \ DOXYGEN \ SG_BEGIN_DECL= \ SG_END_DECL= \ + SIMGRID_REGISTER_PLUGIN(id,desc,init)= \ XBT_PUBLIC= \ XBT_EXPORT_NO_IMPORT= \ XBT_IMPORT_NO_EXPORT= \ @@ -62,8 +68,8 @@ 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_v330(m)= \ - XBT_ATTRIB_DEPRECATED_v331(m)= + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \ + XBT_ATTRIB_DEPRECATED_v332(mesg)= \ + XBT_ATTRIB_DEPRECATED_v333(mesg)= \ + XBT_ATTRIB_DEPRECATED_v334(mesg)= \ + XBT_ATTRIB_DEPRECATED_v335(mesg)=