From: Dean Camera Date: Sat, 12 May 2012 16:21:17 +0000 (+0000) Subject: AppConfigHeaders: Fix broken documentation in the HID class bootloader. X-Git-Tag: LUFA-120730~6^2~20 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/40fd566dbaa76b1b40677cc826da2e89af424aa2?hp=383eb6da84c08ed0a243de9f9797b73aa2cbf7cb AppConfigHeaders: Fix broken documentation in the HID class bootloader. --- diff --git a/Bootloaders/HID/Doxygen.conf b/Bootloaders/HID/Doxygen.conf index dfe6542a5..a3024ef1f 100644 --- a/Bootloaders/HID/Doxygen.conf +++ b/Bootloaders/HID/Doxygen.conf @@ -1532,7 +1532,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.