More documentation changes for better module-level documentation rather than file...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
index 9d8dded..15be81e 100644 (file)
   arising out of or in connection with the use or performance of\r
   this software.\r
 */\r
-\r
-/** \file\r
- *\r
- *  Functions, macros and enums related to pipe management when in USB Host mode. This\r
- *  module contains the pipe management macros, as well as pipe interrupt and data\r
- *  send/recieve functions for various data types.\r
- */\r
  \r
 /** \ingroup Group_USB\r
  *  @defgroup Group_PipeManagement Pipe Management\r
  *\r
- *  Functions, macros, variables, enums and types related to the setup and management of pipes while in USB Device mode.\r
+ *  This module contains functions, macros and enums related to pipe management when in USB Host mode. This\r
+ *  module contains the pipe management macros, as well as pipe interrupt and data send/recieve functions\r
+ *  for various data types.\r
  *\r
  *  @{\r
  */\r
  \r
 /** @defgroup Group_PipeControlReq Pipe Control Request Management\r
  *\r
- *  Functions, macros, variables, enums and types related to control request management of pipes.\r
- */\r
+ *  Module for host mode request processing. This module allows for the transmission of standard, class and\r
+ *  vendor control requests to the default control endpoint of an attached device while in host mode.\r
+ *\r
+ *  \see Chapter 9 of the USB 2.0 specification.\r
+ */ \r
 \r
 #ifndef __PIPE_H__\r
 #define __PIPE_H__\r