X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ef06bfd1c0ef5272c32808e23d0fd60d2d1bca9c..8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c:/LUFA/Common/FunctionAttributes.h?ds=inline diff --git a/LUFA/Common/FunctionAttributes.h b/LUFA/Common/FunctionAttributes.h index cd406734d..9efa440e5 100644 --- a/LUFA/Common/FunctionAttributes.h +++ b/LUFA/Common/FunctionAttributes.h @@ -37,6 +37,14 @@ * \note Do not include this file directly, rather include the Common.h header file instead to gain this file's * functionality. */ + +/** \ingroup Group_Common + * @defgroup Group_FuncAttr Function Attributes + * + * Macros for easy access GCC function attributes, which can be applied to function prototypes. + * + * @{ + */ #ifndef __FUNCATTR_H__ #define __FUNCATTR_H__ @@ -108,3 +116,5 @@ #define ATTR_ALIAS(x) __attribute__ ((alias( #x ))) #endif + +/** @} */