summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/cdc.h2
-rw-r--r--tinyusb/class/hid.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h
index 668e2bf2d..5bcad17a0 100644
--- a/tinyusb/class/cdc.h
+++ b/tinyusb/class/cdc.h
@@ -41,7 +41,7 @@
* \note TBD
*/
-/** \ingroup Group_TinyUSB
+/**
* \addtogroup Group_ClassDriver Class Driver
* @{
* \defgroup Group_CDC Communication Device Class
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h
index bde715b87..4e56ffb4e 100644
--- a/tinyusb/class/hid.h
+++ b/tinyusb/class/hid.h
@@ -41,7 +41,7 @@
* \note TBD
*/
-/** \ingroup Group_TinyUSB
+/**
* \addtogroup Group_ClassDriver Class Driver
* @{
* \defgroup Group_HID Human Interface Device