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

pull/1469/head
Dean Camera 15 years ago
parent 4f96283761
commit eb99b1ec90

File diff suppressed because one or more lines are too long

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

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

Loading…
Cancel
Save