summaryrefslogtreecommitdiff
path: root/doc/ext/inheritance.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ext/inheritance.rst')
-rw-r--r--doc/ext/inheritance.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ext/inheritance.rst b/doc/ext/inheritance.rst
index cdd01791..5e0a76fc 100644
--- a/doc/ext/inheritance.rst
+++ b/doc/ext/inheritance.rst
@@ -30,6 +30,13 @@ It adds this directive:
``lib.``, you can give ``:parts: 1`` to remove that prefix from the displayed
node names.)
+ It also supports a ``private-bases`` flag option; if given, private base
+ classes (those whose name starts with ``_``) will be included.
+
+ .. versionchanged:: 1.1
+ Added ``private-bases`` option; previously, all bases were always
+ included.
+
New config values are: