From 0e503418ad6d74cc34074cf370dcced95d80819f Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 17 May 2021 12:57:15 +0200 Subject: [PATCH] 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 --- doc/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py b/doc/conf.py index e098b302ec..c41d3fe5ce 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -176,6 +176,7 @@ breathe_domain_by_extension = { "c": "c", } breathe_show_enumvalue_initializer = True +breathe_default_members = ("members", ) cpp_id_attributes = [ "__syscall",