mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
Merge pull request #29 from dbkinder/doxy-exclude
doc: fix doxy for hiding internal symbols
This commit is contained in:
commit
3269706e07
@ -866,7 +866,7 @@ EXCLUDE_PATTERNS =
|
|||||||
# Exclude internal names (starting with an _) and doxygen-added __unnamed__
|
# Exclude internal names (starting with an _) and doxygen-added __unnamed__
|
||||||
# names given to unnamed nested unions
|
# 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
|
# 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
|
# that contain example code fragments that are included (see the \include
|
||||||
|
Loading…
Reference in New Issue
Block a user