From eaf2e888ab3025b01bf5b8e5b548337dd5bc63ff Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 17 Mar 2014 16:46:11 +0700 Subject: doxygening --- tinyusb/class/cdc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tinyusb/class/cdc.h') 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 /** @} */ -/** @} */ -- cgit v1.3.1