*\r
* Events can be hooked by the user application by declaring a handler function with the same name and parameters\r
* listed here. If an event with no user-associated handler is fired within the library, it by default maps to an\r
- * internal empty stub function. This trasparent hook system is achieved through the use of the GCC compiler's\r
- * "alias" attribute.\r
+ * internal empty stub function.\r
*\r
* Each event must only have one associated event handler, but can be raised by multiple sources.\r
*\r
\r
/** Event for USB mode pin level change. This event fires when the USB interface is set to dual role\r
* mode, and the UID pin level has changed to indicate a new mode (device or host). This event fires\r
- * before the mode is switched to the newly indicated mode but after the \ref USB_Disconnect event has\r
- * fired (if connected before the role change).\r
+ * before the mode is switched to the newly indicated mode but after the \ref EVENT_USB_Disconnect event\r
+ * has fired (if connected before the role change).\r
*\r
* \note This event only exists on USB AVR models which support dual role modes.\r
*\r