breathe
breathe copied to clipboard
Overwrite breathe_default_members in directive
I have a project where breathe_default_members = [..., "undoc-members"]
is set (and I need to keep it like that). However, at some place in the documentation, I'd like to add a .. doxygenstruct
which should not include undocumented members. Is there some way to overwrite the default setting for a single directive to achieve that?
If not, I think this would be a nice feature to add (for comparison, autodoc has flags like :no-undoc-members:
for this.