X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c..e0985b995009d71b80d214a66944e76f4e41aadb:/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h?ds=inline diff --git a/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h b/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h index 300a3f217..6a18920c3 100644 --- a/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h +++ b/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h @@ -27,18 +27,12 @@ arising out of or in connection with the use or performance of this software. */ - -/** \file - * - * Macros and enums for the stream callback routines in Endpoint.h and Pipe.c. This module contains the - * code required to easily set up stream callback functions which can be used to force early abort of a - * stream read/write process. - */ /** \ingroup Group_USB * @defgroup Group_StreamCallbacks Endpoint and Pipe Stream Callbacks * - * Functions, macros, variables, enums and types related to endpoint and pipe stream callback functions. + * Macros and enums for the stream callback routines. This module contains the code required to easily set up + * stream callback functions which can be used to force early abort of a stream read/write process. * * @{ */ @@ -53,7 +47,7 @@ * these functions are used) which allow the user application to abort the transfer when certain * arbitrary conditions are met. * - * Stream callback functions should return a value from the StreamCallback_Return_ErrorCodes_t + * Stream callback functions should return a value from the \ref StreamCallback_Return_ErrorCodes_t * enum. * * Usage Example (Device Endpoint, but applicable for Host Pipes also):