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 d94a941..76a97c7 100644 (file)
@@ -7,6 +7,7 @@ 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
@@ -32,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