Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some...
[pub/USBasp.git] / Projects / TempDataLogger / Doxygen.conf
index 4fddb96..5570e13 100644 (file)
@@ -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.