More documentation changes for better module-level documentation rather than file...
[pub/lufa.git] / LUFA / Drivers / USB / Class / HIDParser.h
index ad242fe..4d9f9db 100644 (file)
  *  USB Human Interface Device (HID) Class report descriptor processing routines. This file allows for the easy\r
  *  parsing of the complex HID report descriptor, which describes the data that the device transmits to the host.\r
  *\r
- *  The processed report is presented back to the user application as a flat structure containing each report\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
+ *  The processed HID report is presented back to the user application as a flat structure containing each report\r
  *  item's IN, OUT and FEATURE (if desired) items along with each item's attributes.\r
  *\r
  *  This library portion also allows for easy setting and retrieval of data from a HID report, including devices\r
  *  to save on memory. This can be overridden by defining the HID_ENABLE_FEATURE_PROCESSING or\r
  *  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