Browse Source

Users don't (and shouldn't) care about friend declarations in docs.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
c1fad30934
  1. 2
      Doxyfile

2
Doxyfile

@ -421,7 +421,7 @@ HIDE_UNDOC_CLASSES = NO
# If set to NO (the default) these declarations will be included in the
# documentation.
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.

Loading…
Cancel
Save