aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-11-20 20:25:15 +0100
committerDean Camera <dean@fourwalledcubicle.com>2013-11-20 20:25:15 +0100
commit52a5016576b829c78c0f98fac1fbe3a51e643fad (patch)
treea890040646b6db3f76b3f9eb623b498588cdd9dc
parent8edd56194859c47fe3d779594dfe1ece7076613c (diff)
downloadlufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.gz
lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.tar.bz2
lufa-52a5016576b829c78c0f98fac1fbe3a51e643fad.zip
Exclude all host application directories from the Doxygen configuration files.
-rw-r--r--Bootloaders/HID/Doxygen.conf3
-rw-r--r--Demos/Device/ClassDriver/GenericHID/Doxygen.conf3
-rw-r--r--Demos/Device/LowLevel/BulkVendor/Doxygen.conf4
-rw-r--r--Demos/Device/LowLevel/GenericHID/Doxygen.conf3
-rw-r--r--Projects/LEDNotifier/Doxygen.conf1
-rw-r--r--Projects/TempDataLogger/Doxygen.conf3
6 files changed, 11 insertions, 6 deletions
diff --git a/Bootloaders/HID/Doxygen.conf b/Bootloaders/HID/Doxygen.conf
index 251d5796f..85094f29a 100644
--- a/Bootloaders/HID/Doxygen.conf
+++ b/Bootloaders/HID/Doxygen.conf
@@ -781,7 +781,8 @@ RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
- HostLoaderApp/
+ HostLoaderApp/ \
+ HostLoaderApp_Python/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/Demos/Device/ClassDriver/GenericHID/Doxygen.conf b/Demos/Device/ClassDriver/GenericHID/Doxygen.conf
index 201d0d3b7..f094a78b8 100644
--- a/Demos/Device/ClassDriver/GenericHID/Doxygen.conf
+++ b/Demos/Device/ClassDriver/GenericHID/Doxygen.conf
@@ -780,7 +780,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = Documentation/
+EXCLUDE = Documentation/ \
+ HostTestApp/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/Demos/Device/LowLevel/BulkVendor/Doxygen.conf b/Demos/Device/LowLevel/BulkVendor/Doxygen.conf
index 49e22f389..ab4cb1273 100644
--- a/Demos/Device/LowLevel/BulkVendor/Doxygen.conf
+++ b/Demos/Device/LowLevel/BulkVendor/Doxygen.conf
@@ -780,7 +780,9 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = Documentation/
+EXCLUDE = Documentation/ \
+ HostTestApp/ \
+ WindowsDriver/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/Demos/Device/LowLevel/GenericHID/Doxygen.conf b/Demos/Device/LowLevel/GenericHID/Doxygen.conf
index 201d0d3b7..f094a78b8 100644
--- a/Demos/Device/LowLevel/GenericHID/Doxygen.conf
+++ b/Demos/Device/LowLevel/GenericHID/Doxygen.conf
@@ -780,7 +780,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = Documentation/
+EXCLUDE = Documentation/ \
+ HostTestApp/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
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
diff --git a/Projects/TempDataLogger/Doxygen.conf b/Projects/TempDataLogger/Doxygen.conf
index 7c6093d6d..17651b78d 100644
--- a/Projects/TempDataLogger/Doxygen.conf
+++ b/Projects/TempDataLogger/Doxygen.conf
@@ -781,7 +781,8 @@ RECURSIVE = YES
# run.
EXCLUDE = Documentation/ \
- TempLogHostApp/
+ TempLogHostApp/ \
+ TempLogHostApp_Python/
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded