Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / HIDReportData.h
index b1468a3..eee38be 100644 (file)
  *  flag's meaning when applied to an IN, OUT or FEATURE item.\r
  */\r
 \r
+/** \ingroup Group_HIDParser\r
+ *  @defgroup Group_HIDIOFConst Input/Output/Feature Masks\r
+ *\r
+ *  Masks indicating the type of Input, Output of Feature HID report item.\r
+ *\r
+ *  @{\r
+ */\r
\r
 #ifndef __HIDREPORTDATA_H__\r
 #define __HIDREPORTDATA_H__\r
 \r
                        #define TAG_LOCAL_USAGEMIN       0x10\r
                        #define TAG_LOCAL_USAGEMAX       0x20\r
        #endif\r
+\r
+/** @} */\r
                \r
 #endif\r