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:
parent
7bde81f467
commit
fb4d9c0411
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue