Start update of documentation to support possible multiple architectures in the futur...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / EndpointStream.h
index 4d4f33a..a8fd4bc 100644 (file)
 */\r
 \r
 /** \file\r
- *  \brief USB device endpoint stream function definitions.\r
- *\r
- *  This file contains structures, function prototypes and macros related to the sending and receiving of\r
- *  arbitrary data streams through the device's data endpoints when the library is initialized in USB device mode.\r
+ *  \brief Endpoint data stream transmission and reception management.\r
+ *  \copydetails Group_EndpointStreamRW\r
  *\r
  *  \note This file should not be included directly. It is automatically included as needed by the USB driver\r
  *        dispatch header located in LUFA/Drivers/USB/USB.h.\r
@@ -40,6 +38,7 @@
 \r
 /** \ingroup Group_EndpointRW  \r
  *  \defgroup Group_EndpointStreamRW Read/Write of Multi-Byte Streams\r
+ *  \brief Endpoint data stream transmission and reception management.\r
  *\r
  *  Functions, macros, variables, enums and types related to data reading and writing of data streams from\r
  *  and to endpoints.\r