summaryrefslogtreecommitdiff
path: root/tinyusb/common/timeout_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/common/timeout_timer.h')
-rw-r--r--tinyusb/common/timeout_timer.h17
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_ */
/** @} */
+/** @} */
+