Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / HIDParser.h
index 47a678b..ad242fe 100644 (file)
  *  HID_INCLUDE_CONSTANT_DATA_ITEMS tokens in the user project makefile, passing them to the compiler via the -D\r
  *  switch.\r
  */\r
\r
+/** \ingroup Group_USB\r
+ *  @defgroup Group_HIDParser HID Report Parser\r
+ *\r
+ *  Functions, macros, variables, enums and types related to the parsing of HID class device report descriptors.\r
+ *\r
+ *  @{\r
+ */\r
 \r
 #ifndef __HIDPARSER_H__\r
 #define __HIDPARSER_H__\r
                #endif\r
 \r
 #endif\r
+\r
+/** @} */\r