@@ -518,7 +518,7 @@ TIMESTAMP = NO
518518# normally produced when WARNINGS is set to YES.
519519# The default value is: NO.
520520
521- EXTRACT_ALL = NO
521+ EXTRACT_ALL = YES
522522
523523# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
524524# be included in the documentation.
@@ -542,7 +542,7 @@ EXTRACT_PACKAGE = NO
542542# included in the documentation.
543543# The default value is: NO.
544544
545- EXTRACT_STATIC = NO
545+ EXTRACT_STATIC = YES
546546
547547# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
548548# locally in source files will be included in the documentation. If set to NO,
@@ -1063,15 +1063,16 @@ EXCLUDE_SYMLINKS = NO
10631063# Note that the wildcards are matched against the file with absolute path, so to
10641064# exclude all test directories for example use the pattern */test/*
10651065
1066- EXCLUDE_PATTERNS = *__*
1066+ EXCLUDE_PATTERNS =
10671067
10681068# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
10691069# (namespaces, classes, functions, etc.) that should be excluded from the
10701070# output. The symbol name can be a fully qualified name, a word, or if the
10711071# wildcard * is used, a substring. Examples: ANamespace, AClass,
10721072# ANamespace::AClass, ANamespace::*Test
10731073
1074- EXCLUDE_SYMBOLS = *__*
1074+ EXCLUDE_SYMBOLS = *__* \
1075+ _*
10751076
10761077# The EXAMPLE_PATH tag can be used to specify one or more files or directories
10771078# that contain example code fragments that are included (see the \include
0 commit comments