From aad84e702aa93737b49e5062313fe36489bf3f11 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 17 May 2021 10:30:25 +0200 Subject: [PATCH] doc: doxygen: do not use separate member pages When this option is enabled some data structures have missing pages. Use the default setting (NO). Signed-off-by: Gerard Marull-Paretas --- doc/conf.py | 1 - doc/zephyr.doxyfile.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 905bd4c9195..e098b302ec3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -175,7 +175,6 @@ breathe_domain_by_extension = { "h": "c", "c": "c", } -breathe_separate_member_pages = True breathe_show_enumvalue_initializer = True cpp_id_attributes = [ diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index c27e278645f..563de1ca990 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -202,7 +202,7 @@ INHERIT_DOCS = YES # of the file/class/namespace that contains it. # The default value is: NO. -SEPARATE_MEMBER_PAGES = YES +SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen # uses this value to replace tabs by spaces in code fragments.