From d1d4ddd85626567ddd0369387276ccf9680673d6 Mon Sep 17 00:00:00 2001 From: hathach Date: Sun, 16 Mar 2014 22:20:33 +0700 Subject: doxygen document --- tinyusb/common/timeout_timer.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'tinyusb/common/timeout_timer.h') diff --git a/tinyusb/common/timeout_timer.h b/tinyusb/common/timeout_timer.h index 2a7161c72..b1919638d 100644 --- a/tinyusb/common/timeout_timer.h +++ b/tinyusb/common/timeout_timer.h @@ -36,18 +36,11 @@ */ /**************************************************************************/ -/** \file - * \brief TBD - * - * \note TBD - */ - -/** \ingroup TBD - * \defgroup TBD - * \brief TBD - * - * @{ - */ +/** \addtogroup Group_Common Common Files + * @{ + * \defgroup Group_TimeoutTimer timeout timer + * @{ */ + #ifndef _TUSB_TIMEOUT_TTIMER_H_ #define _TUSB_TIMEOUT_TTIMER_H_ @@ -83,3 +76,5 @@ static inline bool timeout_expired(timeout_timer_t* tt) #endif /* _TUSB_TIMEOUT_TTIMER_H_ */ /** @} */ +/** @} */ + -- cgit v1.3.1