From: Martin Quinson Date: Thu, 18 Feb 2021 07:20:14 +0000 (+0100) Subject: Get the doc of superclasses in subclasses X-Git-Tag: v3.27~362 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f053058bbaeba605ec2135a4cfb40dda65d84feb Get the doc of superclasses in subclasses --- diff --git a/docs/source/Doxyfile b/docs/source/Doxyfile index 538cf22ae5..76a97c7727 100644 --- a/docs/source/Doxyfile +++ b/docs/source/Doxyfile @@ -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"