Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StreamCallbacks.h
index 300a3f2..6a18920 100644 (file)
   arising out of or in connection with the use or performance of\r
   this software.\r
 */\r
-\r
-/** \file\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
- */\r
  \r
 /** \ingroup Group_USB\r
  *  @defgroup Group_StreamCallbacks Endpoint and Pipe Stream Callbacks\r
  *\r
- *  Functions, macros, variables, enums and types related to endpoint and pipe stream callback functions.\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
@@ -53,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