From f053058bbaeba605ec2135a4cfb40dda65d84feb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 18 Feb 2021 08:20:14 +0100 Subject: [PATCH] Get the doc of superclasses in subclasses --- docs/source/Doxyfile | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1