From d1d4ddd85626567ddd0369387276ccf9680673d6 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 16 Mar 2014 22:20:33 +0700 Subject: doxygen document --- tinyusb/hal/hal.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'tinyusb/hal') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index c7df7d493..e20907654 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -39,15 +39,14 @@ #ifndef _TUSB_HAL_H_ #define _TUSB_HAL_H_ -/** \addtogroup Port Port - * @{ +/** \ingroup Group_USBD + * \ingroup Group_USBH * \defgroup Port_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. * HAL are sets of routines that emulate some platform-specific details, giving programs direct access to the hardware resources. - * @{ - */ + * @{ */ //--------------------------------------------------------------------+ // INCLUDES @@ -134,4 +133,3 @@ static inline void hal_debugger_breakpoint(void) #endif /* _TUSB_HAL_H_ */ /** @} */ -/** @} */ -- cgit v1.3.1