Fixed CDC and USBtoSerial demos freezing where buffers were full while still transmit...
[pub/lufa.git] / LUFA / Drivers / USB / Class / HIDParser.h
index 314d080..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
                        bool GetReportItemInfo(const uint8_t* ReportData, HID_ReportItem_t* const ReportItem)\r
                                               ATTR_NON_NULL_PTR_ARG(1, 2);\r
 \r
-                       /** Retreives the given report item's value out of the Value member of the report item's\r
+                       /** Retrieves the given report item's value out of the Value member of the report item's\r
                         *  HID_ReportItem_t structure and places it into the correct position in the HID report\r
                         *  buffer. The report buffer is assumed to have the appropriate bits cleared before calling\r
                         *  this function (i.e., the buffer should be explicitly cleared before report values are added).\r
                #endif\r
 \r
 #endif\r
+\r
+/** @} */\r