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",