aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-10-03 15:30:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-10-03 15:30:29 +0000
commitdb435c4995ef71f08b2867716453c96886b26105 (patch)
tree6d80eddbaccda7947f3f5bf4a4158c2f0266458a /LUFA/Common
parent433399b05db8d4a8a3989e90614f7206d49568fc (diff)
downloadlufa-db435c4995ef71f08b2867716453c96886b26105.tar.gz
lufa-db435c4995ef71f08b2867716453c96886b26105.tar.bz2
lufa-db435c4995ef71f08b2867716453c96886b26105.zip
Minor documentation fixups.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/FunctionAttributes.h2
1 files changed, 1 insertions, 1 deletions
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.
*/