We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18c819 commit 836a6fcCopy full SHA for 836a6fc
doxyfile_options
@@ -491,7 +491,7 @@ HIDE_UNDOC_CLASSES = YES
491
# included in the documentation.
492
# The default value is: NO.
493
494
-HIDE_FRIEND_COMPOUNDS = NO
+HIDE_FRIEND_COMPOUNDS = YES
495
496
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
497
# documentation blocks found inside the body of a function. If set to NO, these
doxygen_options.json
@@ -27,6 +27,7 @@
27
"HIDE_SCOPE_NAMES": "YES",
28
"HIDE_UNDOC_CLASSES": "YES",
29
"HIDE_UNDOC_MEMBERS": "YES",
30
+ "HIDE_FRIEND_COMPOUNDS": "YES",
31
"INLINE_INFO": "NO",
32
"INLINE_INHERITED_MEMB": "YES",
33
"JAVADOC_AUTOBRIEF": "YES",
0 commit comments