Skip to content

Commit

Permalink
doc: exclude internal symbols
Browse files Browse the repository at this point in the history
Do not index internal symbols in doxygen documentation.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed Jul 4, 2019
1 parent 7bde81f commit fb4d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zephyr.doxyfile.in
Expand Up @@ -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
Expand Down

0 comments on commit fb4d9c0

Please sign in to comment.