Move out endianness management macros into a new common Endianness.h header.
[pub/lufa.git] / LUFA / Doxygen.conf
index 624ff92..dadb864 100644 (file)
@@ -1426,7 +1426,8 @@ INCLUDE_FILE_PATTERNS  =
 
 PREDEFINED             = __DOXYGEN__ \
                          PROGMEM \
-                         EEMEM
+                         EEMEM \
+                                                ATTR_PACKED
 
 # 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.