/** \ingroup Group_USB\r
* @defgroup Group_StreamCallbacks Endpoint and Pipe Stream Callbacks\r
*\r
- * Macros and enums for the stream callback routines in Endpoint.h and Pipe.c. This module contains the\r
- * code required to easily set up stream callback functions which can be used to force early abort of a\r
- * stream read/write process.\r
+ * Macros and enums for the stream callback routines. This module contains the code required to easily set up\r
+ * stream callback functions which can be used to force early abort of a stream read/write process.\r
*\r
* @{\r
*/\r
* these functions are used) which allow the user application to abort the transfer when certain\r
* arbitrary conditions are met.\r
*\r
- * Stream callback functions should return a value from the StreamCallback_Return_ErrorCodes_t\r
+ * Stream callback functions should return a value from the \ref StreamCallback_Return_ErrorCodes_t\r
* enum.\r
*\r
* Usage Example (Device Endpoint, but applicable for Host Pipes also):\r