summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-17 16:46:11 +0700
committerhathach <[email protected]>2014-03-17 16:46:11 +0700
commiteaf2e888ab3025b01bf5b8e5b548337dd5bc63ff (patch)
tree67f83e9244d79d6084c059b7bd499e59210f34a4 /tinyusb/class/cdc.h
parentd1d4ddd85626567ddd0369387276ccf9680673d6 (diff)
doxygening
Diffstat (limited to 'tinyusb/class/cdc.h')
-rw-r--r--tinyusb/class/cdc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h
index 11c989d0d..76ac8a17e 100644
--- a/tinyusb/class/cdc.h
+++ b/tinyusb/class/cdc.h
@@ -36,9 +36,7 @@
*/
/**************************************************************************/
-/**
- * \addtogroup ClassDriver Class Driver
- * @{
+/** \ingroup ClassDriver Class Driver
* \defgroup ClassDriver_CDC Communication Device Class (CDC)
* Currently only Abstract Control Model subclass is supported
* @{
@@ -396,4 +394,3 @@ STATIC_ASSERT(sizeof(cdc_line_control_state_t) == 2, "size is not correct");
#endif
/** @} */
-/** @} */