diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 99613b63..47863a06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ exclude_patterns = ["pre/**"] breathe_projects = {"kernel": "../build/doxygen/xml"} breathe_default_project = "kernel" -breathe_default_members = ('members', 'undoc-members', 'private-members') +breathe_default_members = ('members', 'undoc-members', 'protected-members', 'private-members') # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
