aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-11 03:57:43 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-11 03:57:43 +0000
commit41c1fb38434c006fa88b0071f81d65b2330940fc (patch)
tree95b31cd92844a12a36ddaa73ef7714add3db53c7 /LUFA/Doxygen.conf
parentfdcb486e225f75ebc9fdc10685b1bb7570d481e6 (diff)
downloadlufa-41c1fb38434c006fa88b0071f81d65b2330940fc.tar.gz
lufa-41c1fb38434c006fa88b0071f81d65b2330940fc.tar.bz2
lufa-41c1fb38434c006fa88b0071f81d65b2330940fc.zip
Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory.
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 d69b12d19..061a946b5 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -1306,7 +1306,8 @@ INCLUDE_FILE_PATTERNS =
# instead of the = operator.
PREDEFINED = __DOXYGEN__ \
- PROGMEM
+ PROGMEM \
+ EEMEM
# 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.