From 68d96edc13560ab25e8b790a327260f7a5da53f9 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 24 Mar 2014 13:06:40 +0700 Subject: more doxygen works --- tinyusb/hal/hal.h | 4 ++-- tinyusb/hal/hal_lpc11uxx.h | 9 +++------ tinyusb/hal/hal_lpc13uxx.h | 9 +++------ tinyusb/hal/hal_lpc175x_6x.h | 9 +++------ tinyusb/hal/hal_lpc43xx.h | 16 +++------------- 5 files changed, 14 insertions(+), 33 deletions(-) (limited to 'tinyusb/hal') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 9648a09b6..8029685f0 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -39,9 +39,9 @@ #ifndef _TUSB_HAL_H_ #define _TUSB_HAL_H_ -/** \ingroup Group_USBD +/** \ingroup group_usbd * \ingroup group_usbh - * \defgroup Port_Hal Hardware Abtract Layer (HAL) + * \defgroup group_hal Hardware Abtract Layer (HAL) * Hardware Abstraction Layer (HAL) is an abstraction layer, between the physical hardware and the tinyusb stack. * Its function is to hide differences in hardware from most of MCUs, so that most of the stack code does not need to be changed to * run on systems with a different MCU. diff --git a/tinyusb/hal/hal_lpc11uxx.h b/tinyusb/hal/hal_lpc11uxx.h index 649a7ce86..b497d3778 100644 --- a/tinyusb/hal/hal_lpc11uxx.h +++ b/tinyusb/hal/hal_lpc11uxx.h @@ -36,12 +36,9 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup group_hal + * \defgroup group_hal_lpc11u LPC11uxx + * @{ */ #ifndef _TUSB_HAL_LPC11UXX_H_ #define _TUSB_HAL_LPC11UXX_H_ diff --git a/tinyusb/hal/hal_lpc13uxx.h b/tinyusb/hal/hal_lpc13uxx.h index 1ccad5df1..552fe6b56 100644 --- a/tinyusb/hal/hal_lpc13uxx.h +++ b/tinyusb/hal/hal_lpc13uxx.h @@ -36,12 +36,9 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup group_hal + * \defgroup group_hal_lpc13u LPC13uxx (12-bit ADC) + * @{ */ #ifndef _TUSB_HAL_LPC13UXX_H_ #define _TUSB_HAL_LPC13UXX_H_ diff --git a/tinyusb/hal/hal_lpc175x_6x.h b/tinyusb/hal/hal_lpc175x_6x.h index e0ab4f59a..47658c6aa 100644 --- a/tinyusb/hal/hal_lpc175x_6x.h +++ b/tinyusb/hal/hal_lpc175x_6x.h @@ -36,12 +36,9 @@ */ /**************************************************************************/ -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \ingroup group_hal + * \defgroup group_hal_lpc175x_6x LPC175x_6x + * @{ */ #ifndef _TUSB_HAL_LPC175X_6X_H_ #define _TUSB_HAL_LPC175X_6X_H_ diff --git a/tinyusb/hal/hal_lpc43xx.h b/tinyusb/hal/hal_lpc43xx.h index f5b5c4d96..4aafc1e3e 100644 --- a/tinyusb/hal/hal_lpc43xx.h +++ b/tinyusb/hal/hal_lpc43xx.h @@ -36,19 +36,9 @@ */ /**************************************************************************/ -/** \file - * \brief TBD - * - * \note TBD - */ - -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ - +/** \ingroup group_hal + * \defgroup group_hal_lpc143xx LPC43xx + * @{ */ #ifndef _TUSB_HAL_LPC43XX_H_ #define _TUSB_HAL_LPC43XX_H_ -- cgit v1.3.1