doc: fix doxy for hiding internal symbols

Docyten syntax for EXCLUDE_SYMBOLS is with spaces for separator,
not commas.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-03-12 11:21:23 -07:00 committed by Jack Ren
parent c3bef4e1d6
commit b84aa9fc87
1 changed files with 1 additions and 1 deletions

View File

@ -866,7 +866,7 @@ EXCLUDE_PATTERNS =
# Exclude internal names (starting with an _) and doxygen-added __unnamed__
# names given to unnamed nested unions
EXCLUDE_SYMBOLS = _*, *.__unnamed__
EXCLUDE_SYMBOLS = _* *.__unnamed__
# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include