aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-02-13 21:27:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-02-13 21:27:24 +0000
commit0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f (patch)
treeab85bdd239b9df645d4ef95e6518ca25661c2515 /Bootloaders/HID
parent272d446d3242f1d449447a91cdc1f7516ffe964f (diff)
downloadlufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.tar.gz
lufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.tar.bz2
lufa-0019fbd1294ccc9ecb0ac4ddb5d8c71efcf9597f.zip
Add more const-ness to the stream endpoint/pipe functions where possible.
Diffstat (limited to 'Bootloaders/HID')
-rw-r--r--Bootloaders/HID/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bootloaders/HID/Doxygen.conf b/Bootloaders/HID/Doxygen.conf
index 94f665271..6f45fe408 100644
--- a/Bootloaders/HID/Doxygen.conf
+++ b/Bootloaders/HID/Doxygen.conf
@@ -615,7 +615,8 @@ 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/ \
+ HostLoaderApp/
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded