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 <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-05-17 10:30:25 +02:00 committed by Anas Nashif
commit aad84e702a
2 changed files with 1 additions and 2 deletions

View file

@ -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 = [

View file

@ -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.