diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-19 16:50:12 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-19 16:50:12 +0200 |
| commit | b7d4273f655c97974ee853082ac5dc1f69aa6324 (patch) | |
| tree | 2c585f2f106919d8deb7362c42235447a7b20ece /docs/conf.py | |
| parent | 9fe746c41ec00ddb9d0b5f31616ae3970a73bb74 (diff) | |
| download | kernel-b7d4273f655c97974ee853082ac5dc1f69aa6324.tar.xz kernel-b7d4273f655c97974ee853082ac5dc1f69aa6324.zip | |
docs: clean up some of the documentation
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 |
