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:
parent
1adbe8b65f
commit
aad84e702a
2 changed files with 1 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue