diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-29 13:32:36 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-29 13:32:36 +0000 |
| commit | eec44a61ec6f7b57adda54e473b9fd8eb412e748 (patch) | |
| tree | d3c30d0fec346836104080345693ac8d1f157cc8 /LUFA/Drivers/USB/Class/Device/Audio.h | |
| parent | e3c05a0a2b386ee8e0d521a857d6d9fe3cbd4023 (diff) | |
Add briefs for the library core structures.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1181 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/Audio.h')
| -rw-r--r-- | LUFA/Drivers/USB/Class/Device/Audio.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/Audio.h b/LUFA/Drivers/USB/Class/Device/Audio.h index 9677339c..053b69aa 100644 --- a/LUFA/Drivers/USB/Class/Device/Audio.h +++ b/LUFA/Drivers/USB/Class/Device/Audio.h @@ -31,6 +31,8 @@ /** \file
* \brief Device mode driver for the library USB Audio Class driver.
*
+ * Device mode driver for the library USB Audio Class driver.
+ *
* \note This file should not be included directly. It is automatically included as needed by the class driver
* dispatch header located in LUFA/Drivers/USB/Class/Audio.h.
*/
@@ -68,8 +70,10 @@ #endif
/* Public Interface - May be used in end-application: */
- /* Type Defines: */
- /** Class state structure. An instance of this structure should be made for each Audio interface
+ /* Type Defines: */
+ /** \brief Audio Class Device Mode Configuration and State Structure.
+ *
+ * Class state structure. An instance of this structure should be made for each Audio interface
* within the user application, and passed to each of the Audio class driver functions as the
* AudioInterfaceInfo parameter. This stores each Audio interface's configuration and state information.
*/
|
