Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get the doc of superclasses in subclasses
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 18 Feb 2021 07:20:14 +0000 (08:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 18 Feb 2021 07:20:31 +0000 (08:20 +0100)
docs/source/Doxyfile

index 538cf22..76a97c7 100644 (file)
@@ -33,6 +33,7 @@ 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"