Skip to content

Commit 836a6fc

Browse files
committed
Doxygen: Hide friend declarations in dox.
1 parent b18c819 commit 836a6fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doxyfile_options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ HIDE_UNDOC_CLASSES = YES
491491
# included in the documentation.
492492
# The default value is: NO.
493493

494-
HIDE_FRIEND_COMPOUNDS = NO
494+
HIDE_FRIEND_COMPOUNDS = YES
495495

496496
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
497497
# documentation blocks found inside the body of a function. If set to NO, these

doxygen_options.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"HIDE_SCOPE_NAMES": "YES",
2828
"HIDE_UNDOC_CLASSES": "YES",
2929
"HIDE_UNDOC_MEMBERS": "YES",
30+
"HIDE_FRIEND_COMPOUNDS": "YES",
3031
"INLINE_INFO": "NO",
3132
"INLINE_INHERITED_MEMB": "YES",
3233
"JAVADOC_AUTOBRIEF": "YES",

0 commit comments

Comments
 (0)