|
|
|
@ -228,17 +228,17 @@ SUBGROUPING = YES
|
|
|
|
|
# Private class members and static file members will be hidden unless
|
|
|
|
|
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
|
|
|
|
|
|
|
|
|
EXTRACT_ALL = YES
|
|
|
|
|
EXTRACT_ALL = NO
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
|
|
|
|
# will be included in the documentation.
|
|
|
|
|
|
|
|
|
|
EXTRACT_PRIVATE = YES
|
|
|
|
|
EXTRACT_PRIVATE = NO
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_STATIC tag is set to YES all static members of a file
|
|
|
|
|
# will be included in the documentation.
|
|
|
|
|
|
|
|
|
|
EXTRACT_STATIC = YES
|
|
|
|
|
EXTRACT_STATIC = NO
|
|
|
|
|
|
|
|
|
|
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
|
|
|
|
|
# defined locally in source files will be included in the documentation.
|
|
|
|
|