DOXYGEN: disable displaying friend classes in output

As discussed with criezy, showing friend classes in
doxygen output is unnecessary.
This commit is contained in:
Bartosz Gentkowski 2020-11-30 22:24:08 +01:00 committed by Thierry Crozat
parent a35cbeab46
commit ee8598ba2c

View File

@ -501,7 +501,7 @@ HIDE_UNDOC_CLASSES = NO
# 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