diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 13:20:46 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 13:20:46 +0000 |
commit | eb99b1ec905266ea4c076542168fb0e3b81b77a3 (patch) | |
tree | e298ae91d23c1c7b875060b08626692ed9983494 /Projects/LEDNotifier | |
parent | 4f9628376179238c8f08e5cc96a3b01080871049 (diff) | |
download | lufa-eb99b1ec905266ea4c076542168fb0e3b81b77a3.tar.gz lufa-eb99b1ec905266ea4c076542168fb0e3b81b77a3.tar.bz2 lufa-eb99b1ec905266ea4c076542168fb0e3b81b77a3.zip |
Exclude host application directories from the Doxygen input source file directories.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r-- | Projects/LEDNotifier/Doxygen.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/Doxygen.conf b/Projects/LEDNotifier/Doxygen.conf index 432339e64..d77997258 100644 --- a/Projects/LEDNotifier/Doxygen.conf +++ b/Projects/LEDNotifier/Doxygen.conf @@ -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
|