aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-13 05:54:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-13 05:54:13 +0000
commitb1528a12565c214f34e4e26b5032980780ae4d24 (patch)
tree8caa197868b0f1494eb63eb9f4d3a8655a17f2f2 /LUFA/Doxygen.conf
parent13e2f71f159ac2f72abc2f977b63858de9138f21 (diff)
downloadlufa-b1528a12565c214f34e4e26b5032980780ae4d24.tar.gz
lufa-b1528a12565c214f34e4e26b5032980780ae4d24.tar.bz2
lufa-b1528a12565c214f34e4e26b5032980780ae4d24.zip
Move out endianness management macros into a new common Endianness.h header.
Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index 624ff928a..dadb864fe 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -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.