Exclude host application directories from the Doxygen input source file directories.
This commit is contained in:
parent
4f96283761
commit
eb99b1ec90
3 changed files with 3 additions and 3 deletions
|
@ -615,7 +615,7 @@ RECURSIVE = YES
|
|||
# excluded from the INPUT source files. This way you can easily exclude a
|
||||
# subdirectory from a directory tree whose root is specified with the INPUT tag.
|
||||
|
||||
EXCLUDE = Documentation/
|
||||
EXCLUDE = Documentation/ CPUUsageApp/ HotmailNotifierApp/ LEDMixerApp/
|
||||
|
||||
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
|
||||
# directories that are symbolic links (a Unix filesystem feature) are excluded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue