more doxygen work

This commit is contained in:
hathach
2013-10-25 13:45:57 +07:00
parent 695fc5cc0a
commit 5f23653c69
5 changed files with 40 additions and 65 deletions

View File

@@ -36,22 +36,16 @@
*/
/**************************************************************************/
/** \file
* \brief TBD
*
* \note TBD
*/
/**
* \defgroup Group_HAL Hardware Abtract Layer
* \brief Hardware dependent layer
*
* @{
*/
#ifndef _TUSB_HAL_H_
#define _TUSB_HAL_H_
/** \addtogroup Port Port
* @{
* \defgroup Port_Hal Hardware Abtract Layer (HAL)
* \brief Hardware Dependent Layer
* @{
*/
//--------------------------------------------------------------------+
// INCLUDES
//--------------------------------------------------------------------+
@@ -124,3 +118,4 @@ static inline void hal_debugger_breakpoint(void)
#endif /* _TUSB_HAL_H_ */
/** @} */
/** @} */