Exclude host application directories from the Doxygen input source file directories.

This commit is contained in:
Dean Camera 2010-01-25 13:20:46 +00:00
parent 4f96283761
commit eb99b1ec90
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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/ TempLogHostApp/
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded