Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix another bunch of dead links in docs.
[simgrid.git] / docs / source / Doxyfile
index d94a941..374dff9 100644 (file)
@@ -1,13 +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
@@ -32,10 +36,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
@@ -51,6 +55,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= \
@@ -61,7 +66,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_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)=