From db435c4995ef71f08b2867716453c96886b26105 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 3 Oct 2009 15:30:29 +0000 Subject: Minor documentation fixups. --- LUFA/Common/FunctionAttributes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Common') 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. */ -- cgit v1.2.3