Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: put every info related to models on the same page
[simgrid.git] / docs / source / Doxyfile
index 70c58d5..76a97c7 100644 (file)
@@ -3,9 +3,11 @@ INPUT                  = ../../include/simgrid/forward.h
 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/cond.h
 INPUT                 += ../../include/simgrid/engine.h
+INPUT                 += ../../include/simgrid/exec.h
 INPUT                 += ../../include/simgrid/host.h
 #INPUT                 += ../../include/simgrid/instr.h
 INPUT                 += ../../include/simgrid/link.h
@@ -14,6 +16,7 @@ INPUT                 += ../../include/simgrid/mutex.h
 INPUT                 += ../../include/simgrid/semaphore.h
 INPUT                 += ../../include/simgrid/vm.h
 INPUT                 += ../../include/simgrid/zone.h
+INPUT                 += ../../include/xbt/signal.hpp
 INPUT                 += ../../src/msg/
 INPUT                 += ../../src/plugins/
 RECURSIVE              = YES
@@ -30,10 +33,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