diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2016-04-05 21:19:29 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2016-04-05 21:19:29 +1000 |
commit | 49148fef9b5d74e5db607c6e39ad1c08f62b9b58 (patch) | |
tree | 1acda324a1334c208f775b1c9e22e934ef7c64f5 /Projects/AVRISP-MKII/doxyfile | |
parent | 9669a00c34dc7545b2ca538b5aa0fde745483824 (diff) | |
parent | 3126cbbf96a24afd447ece00248e5ece39dd088a (diff) | |
download | lufa-49148fef9b5d74e5db607c6e39ad1c08f62b9b58.tar.gz lufa-49148fef9b5d74e5db607c6e39ad1c08f62b9b58.tar.bz2 lufa-49148fef9b5d74e5db607c6e39ad1c08f62b9b58.zip |
Replace the LUFA build system with DMBS.
Replace LUFA build system with its successor, DMBS, for easier maintenance.
Diffstat (limited to 'Projects/AVRISP-MKII/doxyfile')
-rw-r--r-- | Projects/AVRISP-MKII/doxyfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/doxyfile b/Projects/AVRISP-MKII/doxyfile index 0f8c6f677..faba2c70d 100644 --- a/Projects/AVRISP-MKII/doxyfile +++ b/Projects/AVRISP-MKII/doxyfile @@ -805,7 +805,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = Documentation/ +EXCLUDE = Documentation/ \ + 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 |