aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Doxygen.conf
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-03 07:42:56 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-03 07:42:56 +0000
commita5adbae652bcf5382ef34d71da4d11de15b482a6 (patch)
tree62e488d28a757ce67b514c368a497c1bf1536b08 /Projects/AVRISP/Doxygen.conf
parentf69f03cb0d02937dee018264f0ac4e9be76fc1f4 (diff)
downloadlufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.tar.gz
lufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.tar.bz2
lufa-a5adbae652bcf5382ef34d71da4d11de15b482a6.zip
Document the PDI programming routines implemented so far in the AVRISP project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
Diffstat (limited to 'Projects/AVRISP/Doxygen.conf')
-rw-r--r--Projects/AVRISP/Doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Doxygen.conf b/Projects/AVRISP/Doxygen.conf
index eb8a1ab4c..dcaaecb5e 100644
--- a/Projects/AVRISP/Doxygen.conf
+++ b/Projects/AVRISP/Doxygen.conf
@@ -1221,7 +1221,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.
-PREDEFINED = __DOXYGEN__
+PREDEFINED = __DOXYGEN__ ENABLE_SPI_PROTOCOL ENABLE_PDI_PROTOCOL
# 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.