doc: enable members option by default when using breathe
Enable the :members: option by default when using breathe directives. This exposes automatically stuff like structure fields. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
1ec0b181ab
commit
0e503418ad
|
@ -176,6 +176,7 @@ breathe_domain_by_extension = {
|
||||||
"c": "c",
|
"c": "c",
|
||||||
}
|
}
|
||||||
breathe_show_enumvalue_initializer = True
|
breathe_show_enumvalue_initializer = True
|
||||||
|
breathe_default_members = ("members", )
|
||||||
|
|
||||||
cpp_id_attributes = [
|
cpp_id_attributes = [
|
||||||
"__syscall",
|
"__syscall",
|
||||||
|
|
Loading…
Reference in a new issue