aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-10 19:33:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-10 19:33:38 +0000
commitb601043e17844ac1a9ce7aa6c002684fb7754d50 (patch)
tree4f286507139d33441f707445ddc4bb9b4e76fad7 /Bootloaders/CDC
parent7a7ee6a908c1a3d9fff220152309460287178a4f (diff)
downloadlufa-b601043e17844ac1a9ce7aa6c002684fb7754d50.tar.gz
lufa-b601043e17844ac1a9ce7aa6c002684fb7754d50.tar.bz2
lufa-b601043e17844ac1a9ce7aa6c002684fb7754d50.zip
Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r--Bootloaders/CDC/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bootloaders/CDC/Doxygen.conf b/Bootloaders/CDC/Doxygen.conf
index a5b4bd683..2c655dcff 100644
--- a/Bootloaders/CDC/Doxygen.conf
+++ b/Bootloaders/CDC/Doxygen.conf
@@ -1531,7 +1531,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = __DOXYGEN__ \
- PROGMEM
+ PROGMEM \
+ ATTR_NO_INIT
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.