From: Dean Camera Date: Mon, 25 Jan 2010 13:20:46 +0000 (+0000) Subject: Exclude host application directories from the Doxygen input source file directories. X-Git-Tag: LUFA-110528-BETA~658 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/eb99b1ec905266ea4c076542168fb0e3b81b77a3 Exclude host application directories from the Doxygen input source file directories. --- diff --git a/LUFA.pnproj b/LUFA.pnproj index 870cf4cf0..b528f388b 100644 --- a/LUFA.pnproj +++ b/LUFA.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file 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 diff --git a/Projects/TemperatureDataLogger/Doxygen.conf b/Projects/TemperatureDataLogger/Doxygen.conf index b810dc0ad..32278385a 100644 --- a/Projects/TemperatureDataLogger/Doxygen.conf +++ b/Projects/TemperatureDataLogger/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/ 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