projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move out endianness management macros into a new common Endianness.h header.
[pub/lufa.git]
/
LUFA
/
Doxygen.conf
diff --git
a/LUFA/Doxygen.conf
b/LUFA/Doxygen.conf
index
624ff92
..
dadb864
100644
(file)
--- 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.