diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-16 19:41:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-01-16 19:41:26 +0000 |
commit | 787869c2fd722c4212bc778f43ba1e82fc843449 (patch) | |
tree | 1b854c1715dbada64fa42ab6280438a34717f409 /LUFA/Drivers/USB/Class/Common/HIDReportData.h | |
parent | 039a714ee46268c07928c79b30403f29d4040fe8 (diff) | |
download | lufa-787869c2fd722c4212bc778f43ba1e82fc843449.tar.gz lufa-787869c2fd722c4212bc778f43ba1e82fc843449.tar.bz2 lufa-787869c2fd722c4212bc778f43ba1e82fc843449.zip |
Minor documentation corrections for the new HID report item constant defines.
Diffstat (limited to 'LUFA/Drivers/USB/Class/Common/HIDReportData.h')
-rw-r--r-- | LUFA/Drivers/USB/Class/Common/HIDReportData.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Common/HIDReportData.h b/LUFA/Drivers/USB/Class/Common/HIDReportData.h index f1effb2a1..a4c5d3140 100644 --- a/LUFA/Drivers/USB/Class/Common/HIDReportData.h +++ b/LUFA/Drivers/USB/Class/Common/HIDReportData.h @@ -36,9 +36,9 @@ */ /** \ingroup Group_HIDParser - * @defgroup Group_HIDIOFConst Input/Output/Feature Masks + * @defgroup Group_HIDReportItemConst HID Report Descriptor Item Constants * - * Masks indicating the type of Input, Output of Feature HID report item. + * General HID constant definitions for HID Report Descriptor elements. * * @{ */ |