X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/557a945ba1851bc8d1669bd034464047f50b6691..e0985b995009d71b80d214a66944e76f4e41aadb:/LUFA/Drivers/USB/Class/HIDReportData.h diff --git a/LUFA/Drivers/USB/Class/HIDReportData.h b/LUFA/Drivers/USB/Class/HIDReportData.h index b1468a31a..eee38be04 100644 --- a/LUFA/Drivers/USB/Class/HIDReportData.h +++ b/LUFA/Drivers/USB/Class/HIDReportData.h @@ -34,6 +34,14 @@ * flag's meaning when applied to an IN, OUT or FEATURE item. */ +/** \ingroup Group_HIDParser + * @defgroup Group_HIDIOFConst Input/Output/Feature Masks + * + * Masks indicating the type of Input, Output of Feature HID report item. + * + * @{ + */ + #ifndef __HIDREPORTDATA_H__ #define __HIDREPORTDATA_H__ @@ -126,5 +134,7 @@ #define TAG_LOCAL_USAGEMIN 0x10 #define TAG_LOCAL_USAGEMAX 0x20 #endif + +/** @} */ #endif