Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StreamCallbacks.h
index 26f1503..6a18920 100644 (file)
@@ -31,9 +31,8 @@
 /** \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
@@ -48,7 +47,7 @@
                         *  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