mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8624 from c1728p9/fix_missing_doxygen_pages
Fix missing doxygen pagespull/8633/head
commit
ff007bcc00
|
@ -484,7 +484,7 @@ HIDE_UNDOC_MEMBERS = YES
|
|||
# has no effect if EXTRACT_ALL is enabled.
|
||||
# The default value is: NO.
|
||||
|
||||
HIDE_UNDOC_CLASSES = YES
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
|
||||
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
||||
# (class|struct|union) declarations. If set to NO, these declarations will be
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"GENERATE_TESTLIST": "NO",
|
||||
"GENERATE_TODOLIST": "NO",
|
||||
"HIDE_SCOPE_NAMES": "YES",
|
||||
"HIDE_UNDOC_CLASSES": "YES",
|
||||
"HIDE_UNDOC_MEMBERS": "YES",
|
||||
"HIDE_FRIEND_COMPOUNDS": "YES",
|
||||
"INLINE_INFO": "NO",
|
||||
|
|
Loading…
Reference in New Issue