aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-13 12:38:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-13 12:38:30 +0000
commit73d9fafc0fe42741ad8f609dd4762e2bc14cbd01 (patch)
treed3ac19b144cbb6bb48b8b04bdf37f5f14fca976e /LUFA/Doxygen.conf
parent1d26e78258c10dcca63e31e66732f1e525b5dade (diff)
downloadlufa-73d9fafc0fe42741ad8f609dd4762e2bc14cbd01.tar.gz
lufa-73d9fafc0fe42741ad8f609dd4762e2bc14cbd01.tar.bz2
lufa-73d9fafc0fe42741ad8f609dd4762e2bc14cbd01.zip
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
Diffstat (limited to 'LUFA/Doxygen.conf')
-rw-r--r--LUFA/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf
index afe29e0a9..d31fcda03 100644
--- a/LUFA/Doxygen.conf
+++ b/LUFA/Doxygen.conf
@@ -1227,7 +1227,7 @@ PREDEFINED = __DOXYGEN__
# The macro definition that is found in the sources will be used.
# Use the PREDEFINED tag if you want to use a different macro definition.
-EXPAND_AS_DEFINED =
+EXPAND_AS_DEFINED = _CALLBACK_PARAM
# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
# doxygen's preprocessor will remove all function-like macros that are alone