[Docs] Doxygen no longer inlines inherited documentation
As of Doxygen 1.8.0, documentation for inherited member functions is listed in an expandable section of the derived class's documentation, which seems like a better compromise.
This commit is contained in:
parent
9c8b14b12c
commit
05abe9d361
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ ALWAYS_DETAILED_SEC = YES
|
|||
# members were ordinary class members. Constructors, destructors and assignment
|
||||
# operators of the base classes will not be shown.
|
||||
|
||||
INLINE_INHERITED_MEMB = YES
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
|
||||
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
|
||||
# path before files name in the file list and in the header files. If set
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue