Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a few warnings when building doc (mostly related to doxygen).
[simgrid.git] / docs / source / Doxyfile
index a6fe764..cf7246a 100644 (file)
@@ -1,6 +1,7 @@
 # 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
@@ -9,6 +10,7 @@ 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
@@ -52,6 +54,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 +65,8 @@ PREDEFINED             += \
     XBT_PRIVATE= \
     XBT_ATTRIB_NORETURN= \
     XBT_ATTRIB_UNUSED= \
-    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)=
+    XBT_LOG_NEW_DEFAULT_SUBCATEGORY(cname,parent,desc)= \
+    XBT_ATTRIB_DEPRECATED_v329(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v330(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v331(mesg)= \
+    XBT_ATTRIB_DEPRECATED_v332(mesg)=