Doxygen: Hide friend declarations in dox.

pull/8537/head
Vincent Coubard 2018-10-24 17:36:27 +01:00
parent b18c819837
commit 836a6fc6c6
2 changed files with 2 additions and 1 deletions

View File

@ -491,7 +491,7 @@ HIDE_UNDOC_CLASSES = YES
# included in the documentation.
# The default value is: NO.
HIDE_FRIEND_COMPOUNDS = NO
HIDE_FRIEND_COMPOUNDS = YES
# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these

View File

@ -27,6 +27,7 @@
"HIDE_SCOPE_NAMES": "YES",
"HIDE_UNDOC_CLASSES": "YES",
"HIDE_UNDOC_MEMBERS": "YES",
"HIDE_FRIEND_COMPOUNDS": "YES",
"INLINE_INFO": "NO",
"INLINE_INHERITED_MEMB": "YES",
"JAVADOC_AUTOBRIEF": "YES",