Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.

This commit is contained in:
Dean Camera 2009-06-04 04:02:55 +00:00
parent d37d419ffa
commit dc42c5eb6b
10 changed files with 325 additions and 38 deletions

View file

@ -28,6 +28,20 @@
this software.
*/
/** \ingroup Group_USBDeviceClassDrivers
* @defgroup Group_USBClassCDCDevice CDC Device Class Driver - LUFA/Drivers/Class/Device/CDC.h
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
* - LUFA/Drivers/USB/Class/Device/CDC.c
*
* \section Module Description
* Functions, macros, variables, enums and types related to the management of USB CDC Class interfaces
* within a USB device, for the implementation of CDC-ACM virtual serial ports.
*
* @{
*/
#ifndef _CDC_CLASS_H_
#define _CDC_CLASS_H_
@ -195,3 +209,5 @@
#endif
#endif
/** @} */