aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/LowLevel/MouseHost
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-02 08:53:23 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-08-02 08:53:23 +0000
commit15b11ddb113a1e342d32c32a3e01890a53119554 (patch)
tree7aa37a1685d81e73cfad286d39e37006f0bfd4fc /Demos/Host/LowLevel/MouseHost
parent59f3979aaba9cdbae663c3ebb9661f7764ac136e (diff)
Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1432 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/MouseHost')
-rw-r--r--Demos/Host/LowLevel/MouseHost/Doxygen.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/MouseHost/Doxygen.conf b/Demos/Host/LowLevel/MouseHost/Doxygen.conf
index 1e4e1cc1..40e1817a 100644
--- a/Demos/Host/LowLevel/MouseHost/Doxygen.conf
+++ b/Demos/Host/LowLevel/MouseHost/Doxygen.conf
@@ -1307,7 +1307,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.