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:
Gerard Marull-Paretas 2021-05-17 12:57:15 +02:00 committed by Anas Nashif
parent 1ec0b181ab
commit 0e503418ad

View file

@ -176,6 +176,7 @@ breathe_domain_by_extension = {
"c": "c",
}
breathe_show_enumvalue_initializer = True
breathe_default_members = ("members", )
cpp_id_attributes = [
"__syscall",