diff options
-rw-r--r-- | Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index f897dcb..48ebac6 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -702,7 +702,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = *_ # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see |