Don't show inherited members as if they were part of the class

This commit is contained in:
rdb 2011-03-29 12:13:15 +00:00
parent 630568494a
commit 0955c464ab
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,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

View File

@ -122,7 +122,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