Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confus...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 10 May 2012 19:33:38 +0000 (19:33 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 10 May 2012 19:33:38 +0000 (19:33 +0000)
Bootloaders/CDC/Doxygen.conf
Bootloaders/DFU/Doxygen.conf

index a5b4bd6..2c655dc 100644 (file)
@@ -1531,7 +1531,8 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = __DOXYGEN__ \
 # 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.
 
 # 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.
index 331b4b4..99c1769 100644 (file)
@@ -1531,7 +1531,8 @@ INCLUDE_FILE_PATTERNS  =
 # instead of the = operator.
 
 PREDEFINED             = __DOXYGEN__ \
 # 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.
 
 # 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.