Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prevent inlining for empty placeholders of sthread_enable/disable.
[simgrid.git] / docs / source / Doxyfile
index 02cd82d..1595fcb 100644 (file)
@@ -2,7 +2,6 @@
 INPUT                  = ../../include/simgrid/forward.h
 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
@@ -10,6 +9,7 @@ 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
@@ -22,7 +22,6 @@ 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/
 RECURSIVE              = YES
 
@@ -60,10 +59,9 @@ 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)= \