diff options
| author | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-16 22:20:33 +0700 |
| commit | d1d4ddd85626567ddd0369387276ccf9680673d6 (patch) | |
| tree | 7bded70898796d0219c2245f6dabe6bdfdb7fbac /tinyusb/common/timeout_timer.h | |
| parent | 18d577abfb3feb3c4eb2728661b6c508cdf37da0 (diff) | |
doxygen document
Diffstat (limited to 'tinyusb/common/timeout_timer.h')
| -rw-r--r-- | tinyusb/common/timeout_timer.h | 17 |
1 files changed, 6 insertions, 11 deletions
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
- */
+/** \addtogroup Group_Common Common Files
+ * @{
+ * \defgroup Group_TimeoutTimer timeout timer
+ * @{ */
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
#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_ */
/** @} */
+/** @} */
+
|
