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 /LUFA/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 'LUFA/doxyfile')
-rw-r--r-- | LUFA/doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/doxyfile b/LUFA/doxyfile index 807511023..90b8ca2f7 100644 --- a/LUFA/doxyfile +++ b/LUFA/doxyfile @@ -806,6 +806,7 @@ RECURSIVE = YES EXCLUDE = Documentation/ \ StudioIntegration/ \ + Build/ \ License.txt # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or |