Renamed the the TotalHIDReports element of the HID descriptor structure in the HID...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StreamCallbacks.h
index 5c2dad6..6a18920 100644 (file)
   arising out of or in connection with the use or performance of\r
   this software.\r
 */\r
   arising out of or in connection with the use or performance of\r
   this software.\r
 */\r
-\r
-/** \file\r
\r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_StreamCallbacks Endpoint and Pipe Stream Callbacks\r
  *\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
  \r
 #ifndef __STREAMCALLBACK_H__\r
  */\r
  \r
 #ifndef __STREAMCALLBACK_H__\r
@@ -45,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
                         *  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
                         *  enum.\r
                         *\r
                         *  Usage Example (Device Endpoint, but applicable for Host Pipes also):\r
@@ -85,3 +87,5 @@
                        };\r
                        \r
 #endif\r
                        };\r
                        \r
 #endif\r
+\r
+/** @} */\r