doc: exclude internal symbols

Do not index internal symbols in doxygen documentation.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-06-20 08:36:02 -04:00
commit fb4d9c0411

View file

@ -827,7 +827,7 @@ EXCLUDE_PATTERNS =
# Hide internal names (starting with an underscore, and doxygen-generated names
# for nested unnamed unions that don't generate meaningful sphinx output anyway.
EXCLUDE_SYMBOLS = _* *.__unnamed__
EXCLUDE_SYMBOLS = _* *.__unnamed__ z_* Z_*
# 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