|
@@ -415,7 +415,7 @@ EXTRACT_ALL = YES
|
|
|
# be included in the documentation.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-EXTRACT_PRIVATE = NO
|
|
|
+EXTRACT_PRIVATE = YES
|
|
|
|
|
|
# If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
|
|
|
# scope will be included in the documentation.
|
|
@@ -427,7 +427,7 @@ EXTRACT_PACKAGE = YES
|
|
|
# included in the documentation.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-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. If set to NO
|
|
@@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = YES
|
|
|
# included.
|
|
|
# The default value is: NO.
|
|
|
|
|
|
-EXTRACT_LOCAL_METHODS = YES
|
|
|
+EXTRACT_LOCAL_METHODS = NO
|
|
|
|
|
|
# If this flag is set to YES, the members of anonymous namespaces will be
|
|
|
# extracted and appear in the documentation as a namespace called
|