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/device | |
| parent | a8406060d1037ede08b48d628947d3ad98aeecd7 (diff) | |
more doxygen works
Diffstat (limited to 'tinyusb/device')
| -rw-r--r-- | tinyusb/device/dcd.h | 4 | ||||
| -rw-r--r-- | tinyusb/device/dcd_lpc175x_6x.h | 11 | ||||
| -rw-r--r-- | tinyusb/device/dcd_lpc43xx.h | 9 | ||||
| -rw-r--r-- | tinyusb/device/dcd_lpc_11uxx_13uxx.h | 9 | ||||
| -rw-r--r-- | tinyusb/device/usbd.h | 3 | ||||
| -rw-r--r-- | tinyusb/device/usbd_dcd.h | 2 |
6 files changed, 13 insertions, 25 deletions
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index 3aaf443f8..144f5a1aa 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -36,8 +36,8 @@ */
/**************************************************************************/
-/** \ingroup Group_USBD
- * \defgroup Group_DCD Device Controller Driver (DCD)
+/** \ingroup group_usbd
+ * \defgroup group_dcd Device Controller Driver (DCD)
* @{ */
#ifndef _TUSB_DCD_H_
diff --git a/tinyusb/device/dcd_lpc175x_6x.h b/tinyusb/device/dcd_lpc175x_6x.h index b7e85adc3..cfdcb27b1 100644 --- a/tinyusb/device/dcd_lpc175x_6x.h +++ b/tinyusb/device/dcd_lpc175x_6x.h @@ -36,12 +36,9 @@ */ /**************************************************************************/ -/** \ingroup Group_DCD - * @{ - * \defgroup LPC175x_6x - * @{ - */ - +/** \ingroup group_dcd + * \defgroup group_dcd_lpc175x_6x LPC175x_6x + * @{ */ #ifndef _TUSB_DCD_LPC175X_6X_H_ #define _TUSB_DCD_LPC175X_6X_H_ @@ -239,5 +236,3 @@ static inline uint32_t sie_read (uint8_t cmd_code, uint8_t data_len) #endif /* _TUSB_DCD_LPC175X_6X_H_ */ /** @} */ -/** @} */ - diff --git a/tinyusb/device/dcd_lpc43xx.h b/tinyusb/device/dcd_lpc43xx.h index ba8fcc68d..92bb42769 100644 --- a/tinyusb/device/dcd_lpc43xx.h +++ b/tinyusb/device/dcd_lpc43xx.h @@ -36,12 +36,9 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
+/** \ingroup group_dcd
+ * \defgroup group_dcd_lpc143xx LPC43xx
+ * @{ */
#ifndef _TUSB_DCD_LPC43XX_H_
#define _TUSB_DCD_LPC43XX_H_
diff --git a/tinyusb/device/dcd_lpc_11uxx_13uxx.h b/tinyusb/device/dcd_lpc_11uxx_13uxx.h index 733474693..530fcd808 100644 --- a/tinyusb/device/dcd_lpc_11uxx_13uxx.h +++ b/tinyusb/device/dcd_lpc_11uxx_13uxx.h @@ -36,12 +36,9 @@ */
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
+/** \ingroup group_dcd
+ * \defgroup group_dcd_lpc11_13u LPC11uxx LPC13uxx
+ * @{ */
#ifndef _TUSB_DCD_LPC13XX_12ADC_H_
#define _TUSB_DCD_LPC13XX_12ADC_H_
diff --git a/tinyusb/device/usbd.h b/tinyusb/device/usbd.h index 01e7c0c04..4b59dc268 100644 --- a/tinyusb/device/usbd.h +++ b/tinyusb/device/usbd.h @@ -36,8 +36,7 @@ */
/**************************************************************************/
-/** \defgroup Group_USBD USB Device Driver (USBD)
- * \brief TBD
+/** \defgroup group_usbd USB Device Driver (USBD)
* @{ */
#ifndef _TUSB_USBD_H_
diff --git a/tinyusb/device/usbd_dcd.h b/tinyusb/device/usbd_dcd.h index 1096c5e26..cf422ac6a 100644 --- a/tinyusb/device/usbd_dcd.h +++ b/tinyusb/device/usbd_dcd.h @@ -36,7 +36,7 @@ */
/**************************************************************************/
-/** \ingroup Group_USBD
+/** \ingroup group_usbd
* @{ */
#ifndef _TUSB_USBD_DCD_H_
|
