From 5f23653c69ef2316334df123c2ecc2cf14b0c8df Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 25 Oct 2013 13:45:57 +0700 Subject: more doxygen work --- tinyusb/hal/hal.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'tinyusb/hal') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index b0de23422..9e336de0f 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -36,22 +36,16 @@ */ /**************************************************************************/ -/** \file - * \brief TBD - * - * \note TBD - */ +#ifndef _TUSB_HAL_H_ +#define _TUSB_HAL_H_ -/** - * \defgroup Group_HAL Hardware Abtract Layer - * \brief Hardware dependent layer - * +/** \addtogroup Port Port + * @{ + * \defgroup Port_Hal Hardware Abtract Layer (HAL) + * \brief Hardware Dependent Layer * @{ */ -#ifndef _TUSB_HAL_H_ -#define _TUSB_HAL_H_ - //--------------------------------------------------------------------+ // INCLUDES //--------------------------------------------------------------------+ @@ -124,3 +118,4 @@ static inline void hal_debugger_breakpoint(void) #endif /* _TUSB_HAL_H_ */ /** @} */ +/** @} */ -- cgit v1.3.1