Browse Source

doc: Doxyfile.in: inline inherited members

INLINE_INHERITED_MEMB = yes will make it so inherited members will be
visible in the documentation of derived classes.
pull/162/head
Alexandre Janniaux 2 years ago
committed by Steve Lhomme
parent
commit
1697a21d9b
  1. 2
      doc/Doxyfile.in

2
doc/Doxyfile.in

@ -133,7 +133,7 @@ ALWAYS_DETAILED_SEC = NO
# operators of the base classes will not be shown.
# The default value is: NO.
INLINE_INHERITED_MEMB = NO
INLINE_INHERITED_MEMB = YES
# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the

Loading…
Cancel
Save