aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Class/Device/HID.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-04 04:02:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-04 04:02:55 +0000
commitdc42c5eb6b663b0b117b5660ba5818186744efd5 (patch)
tree3c6720170f8f4ae85b326416f3127343a2bcee4e /LUFA/Drivers/USB/Class/Device/HID.h
parentd37d419ffa419911d0488f50f65a77b1f8ecacce (diff)
downloadlufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.tar.gz
lufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.tar.bz2
lufa-dc42c5eb6b663b0b117b5660ba5818186744efd5.zip
Added Doxygen documentation to the Audio class driver. Added new modules for each of the new device class drivers to the library documentation.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Device/HID.h')
-rw-r--r--LUFA/Drivers/USB/Class/Device/HID.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Class/Device/HID.h b/LUFA/Drivers/USB/Class/Device/HID.h
index 9a2f803a4..9a563040c 100644
--- a/LUFA/Drivers/USB/Class/Device/HID.h
+++ b/LUFA/Drivers/USB/Class/Device/HID.h
@@ -28,6 +28,20 @@
this software.
*/
+/** \ingroup Group_USBDeviceClassDrivers
+ * @defgroup Group_USBClassHIDDevice HID Device Class Driver - LUFA/Drivers/Class/Device/HID.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/HID.c
+ *
+ * \section Module Description
+ * Functions, macros, variables, enums and types related to the management of USB HID Class interfaces
+ * within a USB device.
+ *
+ * @{
+ */
+
#ifndef _HID_CLASS_H_
#define _HID_CLASS_H_
@@ -122,3 +136,5 @@
#endif
#endif
+
+/** @} */