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/device/dcd.h | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'tinyusb/device') diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h index 73aa1620e..4d6c7c08a 100644 --- a/tinyusb/device/dcd.h +++ b/tinyusb/device/dcd.h @@ -36,28 +36,21 @@ */ /**************************************************************************/ -/** \file - * \brief Device Controller Driver - * - * \note TBD - */ - -/** - * \defgroup Group_DCD Device Controller Driver - * \brief Device Controller Driver - * +/** \addtogroup Port Port + * @{ + * \defgroup Port_DCD Device Controller Driver (DCD) * @{ */ #ifndef _TUSB_DCD_H_ #define _TUSB_DCD_H_ +#include "common/common.h" + #ifdef __cplusplus extern "C" { #endif -#include "common/common.h" - tusb_error_t dcd_init(void) ATTR_WARN_UNUSED_RESULT; tusb_error_t dcd_controller_reset(uint8_t coreid) ATTR_WARN_UNUSED_RESULT; void dcd_controller_connect(uint8_t coreid); @@ -78,3 +71,4 @@ void dcd_device_set_configuration(uint8_t coreid, uint8_t config_num); #endif /* _TUSB_DCD_H_ */ /// @} +/// @} -- cgit v1.3.1