-/** Library events module. This module contains macros and functions relating to the management of library\r
- * events, which are small pieces of code similar to ISRs which are run when a given condition is met. Each\r
- * event can be fired from multiple places in the user or library code, which may or may not be inside an ISR,\r
- * thus each handler should be written to be as small and fast as possible to prevent possible problems.\r
+/** \ingroup Group_USB\r
+ * @defgroup Group_Events USB Events\r
+ *\r
+ * This module contains macros and functions relating to the management of library events, which are small\r
+ * pieces of code similar to ISRs which are run when a given condition is met. Each event can be fired from\r
+ * multiple places in the user or library code, which may or may not be inside an ISR, thus each handler\r
+ * should be written to be as small and fast as possible to prevent possible problems.\r