Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Common / FunctionAttributes.h
index cd40673..9efa440 100644 (file)
  *  \note Do not include this file directly, rather include the Common.h header file instead to gain this file's\r
  *        functionality.\r
  */\r
\r
+/** \ingroup Group_Common\r
+ *  @defgroup Group_FuncAttr Function Attributes\r
+ *\r
+ *  Macros for easy access GCC function attributes, which can be applied to function prototypes.\r
+ *\r
+ *  @{\r
+ */\r
 \r
 #ifndef __FUNCATTR_H__\r
 #define __FUNCATTR_H__\r
                        #define ATTR_ALIAS(x)               __attribute__ ((alias( #x )))\r
                \r
 #endif\r
+\r
+/** @} */\r