summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-25 13:00:37 +0700
committerhathach <[email protected]>2014-03-25 13:00:37 +0700
commit15d0139bc5d17bb8cda5bf98c3ae5631b62f1e84 (patch)
tree9703c2ccbfb20111720534fd1528ed8bc7875bba /tinyusb/class/hid.h
parent41610af72a7878ced819ac2d8044088c9a3f76cf (diff)
doxygen documenting
Diffstat (limited to 'tinyusb/class/hid.h')
-rw-r--r--tinyusb/class/hid.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h
index 91a7ece3b..c95cfa245 100644
--- a/tinyusb/class/hid.h
+++ b/tinyusb/class/hid.h
@@ -36,8 +36,7 @@
*/
/**************************************************************************/
-/** \addtogroup ClassDriver Class Driver
- * @{
+/** \ingroup group_class
* \defgroup ClassDriver_HID Human Interface Device (HID)
* @{ */
@@ -524,4 +523,3 @@ enum {
#endif /* _TUSB_HID_H__ */
/// @}
-/// @}