diff options
| author | hathach <[email protected]> | 2013-10-25 13:45:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-25 13:45:57 +0700 |
| commit | 5f23653c69ef2316334df123c2ecc2cf14b0c8df (patch) | |
| tree | 99e81a7a464586591c753bb8f370151c2aaf71e2 /tinyusb/hal | |
| parent | 695fc5cc0aa86b77ab88c59e9c84fd3d80f58d91 (diff) | |
more doxygen work
Diffstat (limited to 'tinyusb/hal')
| -rw-r--r-- | tinyusb/hal/hal.h | 19 |
1 files changed, 7 insertions, 12 deletions
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_ */ /** @} */ +/** @} */ |
