Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / StreamCallbacks.h
index 5c2dad6..300a3f2 100644 (file)
  *  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
+ *\r
+ *  @{\r
+ */\r
\r
 #ifndef __STREAMCALLBACK_H__\r
 #define __STREAMCALLBACK_H__\r
 \r
@@ -85,3 +93,5 @@
                        };\r
                        \r
 #endif\r
+\r
+/** @} */\r