X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9d6a373cb61b55b94312de3809ac76fcbd0a696c..24f730fce3f2022762011d795c3feada5ef874b3:/LUFA/Common/FunctionAttributes.h diff --git a/LUFA/Common/FunctionAttributes.h b/LUFA/Common/FunctionAttributes.h index f86e3d949..61246b8ac 100644 --- a/LUFA/Common/FunctionAttributes.h +++ b/LUFA/Common/FunctionAttributes.h @@ -59,7 +59,7 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ - #if __GNUC__ >= 3 + #if (__GNUC__ >= 3) || defined(__DOXYGEN__) /** Indicates to the compiler that the function can not ever return, so that any stack restoring or * return code may be omitted by the compiler in the resulting binary. */