X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1c74fd78bdd2362a1b6fd18a5a5d5bbbebc1d777..ea361a0d302e19faf587d31a891d0eecedd765d6:/LUFA/Doxygen.conf diff --git a/LUFA/Doxygen.conf b/LUFA/Doxygen.conf index f5815c47e..dadb864fe 100644 --- a/LUFA/Doxygen.conf +++ b/LUFA/Doxygen.conf @@ -1426,14 +1426,15 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = __DOXYGEN__ \ PROGMEM \ - EEMEM + EEMEM \ + ATTR_PACKED # 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. # 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 that overrules the definition found in the source code. -EXPAND_AS_DEFINED = __CALLBACK_PARAM +EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all references to function-like macros