diff options
| author | hathach <[email protected]> | 2014-03-24 13:06:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-24 13:06:40 +0700 |
| commit | 68d96edc13560ab25e8b790a327260f7a5da53f9 (patch) | |
| tree | d82c90f912d6b37361ac5f83d8e3988fe6804249 /tinyusb/class | |
| parent | a8406060d1037ede08b48d628947d3ad98aeecd7 (diff) | |
more doxygen works
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/cdc.h | 3 | ||||
| -rw-r--r-- | tinyusb/class/cdc_host.h | 3 | ||||
| -rw-r--r-- | tinyusb/class/cdc_rndis_host.h | 9 |
3 files changed, 5 insertions, 10 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h index 76ac8a17e..aaab2ace9 100644 --- a/tinyusb/class/cdc.h +++ b/tinyusb/class/cdc.h @@ -39,8 +39,7 @@ /** \ingroup ClassDriver Class Driver
* \defgroup ClassDriver_CDC Communication Device Class (CDC)
* Currently only Abstract Control Model subclass is supported
- * @{
- */
+ * @{ */
#ifndef _TUSB_CDC_H__
#define _TUSB_CDC_H__
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h index 183cfd4b8..e4aa47c6f 100644 --- a/tinyusb/class/cdc_host.h +++ b/tinyusb/class/cdc_host.h @@ -135,8 +135,7 @@ void tusbh_cdc_xfer_isr(uint8_t dev_addr, tusb_event_t event, cdc_pipeid_t pipe_ //--------------------------------------------------------------------+
// RNDIS APPLICATION API
//--------------------------------------------------------------------+
-/** \ingroup CDC_RNDIS Remote Network Driver Interface Specification (RNDIS)
- * \defgroup CDC_RNSID_Host Host
+/** \ingroup CDC_RNSID_Host
* @{ */
bool tusbh_cdc_rndis_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
diff --git a/tinyusb/class/cdc_rndis_host.h b/tinyusb/class/cdc_rndis_host.h index ab0186949..8b68298dd 100644 --- a/tinyusb/class/cdc_rndis_host.h +++ b/tinyusb/class/cdc_rndis_host.h @@ -36,12 +36,9 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup CDC_RNDIS + * \defgroup CDC_RNSID_Host Host + * @{ */ #ifndef _TUSB_CDC_RNDIS_HOST_H_ #define _TUSB_CDC_RNDIS_HOST_H_ |
