From 70fd816b094ccb28c03c798cc0625630f207a8ac Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sat, 12 May 2012 16:20:21 +0000
Subject: [PATCH] Fix broken documentation in the HID class bootloader.

---
 Bootloaders/HID/Doxygen.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.
-- 
GitLab