Exclude private symbols from generated docs.

This commit is contained in:
Michael Jumper 2011-11-23 15:03:40 -08:00
parent 087ed54fc2
commit 2abc6d19b5

View File

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