aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-02 08:53:23 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-02 08:53:23 +0000
commit48c5cdced47897934d8473a3097181d0e9ca8b4c (patch)
tree7aa37a1685d81e73cfad286d39e37006f0bfd4fc /LUFA/Doxygen.conf
parentff09cf9c73bbc2623a8c1420918747840382cc5b (diff)
downloadlufa-48c5cdced47897934d8473a3097181d0e9ca8b4c.tar.gz
lufa-48c5cdced47897934d8473a3097181d0e9ca8b4c.tar.bz2
lufa-48c5cdced47897934d8473a3097181d0e9ca8b4c.zip
Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations.
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 bb7679c8b..d69b12d19 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -1305,7 +1305,8 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __DOXYGEN__
+PREDEFINED = __DOXYGEN__ \
+ PROGMEM
# 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.