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,28 +36,21 @@
*/
/**************************************************************************/
/** \file
* \brief Host Controller Driver
*
* \note TBD
*/
/**
* \defgroup Group_HCD Host Controller Driver
* \brief Host Controller Driver
*
/** \addtogroup Port Port
* @{
* \defgroup Port_HCD Host Controller Driver (HCD)
* @{
*/
#ifndef _TUSB_HCD_H_
#define _TUSB_HCD_H_
#include "common/common.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "common/common.h"
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+
@@ -126,3 +119,4 @@ void hcd_port_unplug(uint8_t hostid); // called by usbh to instruct hcd that it
#endif /* _TUSB_HCD_H_ */
/// @}
/// @}