diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-20 20:25:15 +0100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-11-20 20:25:15 +0100 |
commit | 52a5016576b829c78c0f98fac1fbe3a51e643fad (patch) | |
tree | a890040646b6db3f76b3f9eb623b498588cdd9dc /Projects/LEDNotifier | |
parent | 8edd56194859c47fe3d779594dfe1ece7076613c (diff) | |
download | lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.gz lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.bz2 lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.zip |
Exclude all host application directories from the Doxygen configuration files.
Diffstat (limited to 'Projects/LEDNotifier')
-rw-r--r-- | Projects/LEDNotifier/Doxygen.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/LEDNotifier/Doxygen.conf b/Projects/LEDNotifier/Doxygen.conf index 896befd52..2e5e39b96 100644 --- a/Projects/LEDNotifier/Doxygen.conf +++ b/Projects/LEDNotifier/Doxygen.conf @@ -782,7 +782,6 @@ RECURSIVE = YES EXCLUDE = Documentation/ \ CPUUsageApp/ \ - HotmailNotifierApp/ \ LEDMixerApp/ # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |