Added Doxygen documentation to the Audio class driver. Added new modules for each...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / CDC.h
index b1d7c6d..ae069fa 100644 (file)
   this software.\r
 */\r
 \r
+/** \ingroup Group_USBDeviceClassDrivers\r
+ *  @defgroup Group_USBClassCDCDevice CDC Device Class Driver - LUFA/Drivers/Class/Device/CDC.h\r
+ *\r
+ *  \section Sec_Dependencies Module Source Dependencies\r
+ *  The following files must be built with any user project that uses this module:\r
+ *    - LUFA/Drivers/USB/Class/Device/CDC.c\r
+ *\r
+ *  \section Module Description\r
+ *  Functions, macros, variables, enums and types related to the management of USB CDC Class interfaces\r
+ *  within a USB device, for the implementation of CDC-ACM virtual serial ports.\r
+ *\r
+ *  @{\r
+ */\r
\r
 #ifndef _CDC_CLASS_H_\r
 #define _CDC_CLASS_H_\r
 \r
                #endif\r
                \r
 #endif\r
+\r
+/** @} */\r