Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / Events.h
index c9882cf..480e824 100644 (file)
  *\r
  *  Each event must only have one associated event handler, but can be raised by multiple sources.\r
  */\r
+\r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_Events USB Events\r
+ *\r
+ *  Functions, macros, variables, enums and types related to the management of events from the USB kernel.\r
+ *\r
+ *  @{\r
+ */\r
  \r
 #ifndef __USBEVENTS_H__\r
 #define __USBEVENTS_H__\r
                #if defined(__cplusplus)\r
                        }\r
                #endif\r
-               \r
+       \r
 #endif\r
+\r
+/** @} */\r