summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_none.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-16 22:20:33 +0700
committerhathach <[email protected]>2014-03-16 22:20:33 +0700
commitd1d4ddd85626567ddd0369387276ccf9680673d6 (patch)
tree7bded70898796d0219c2245f6dabe6bdfdb7fbac /tinyusb/osal/osal_none.h
parent18d577abfb3feb3c4eb2728661b6c508cdf37da0 (diff)
doxygen document
Diffstat (limited to 'tinyusb/osal/osal_none.h')
-rw-r--r--tinyusb/osal/osal_none.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tinyusb/osal/osal_none.h b/tinyusb/osal/osal_none.h
index 4f59361b5..739d1864d 100644
--- a/tinyusb/osal/osal_none.h
+++ b/tinyusb/osal/osal_none.h
@@ -36,12 +36,10 @@
*/
/**************************************************************************/
-/** \ingroup TBD
- * \defgroup TBD
- * \brief TBD
- *
- * @{
- */
+/** \addtogroup Group_OSAL
+ * @{
+ * \defgroup Group_OSNone None OS
+ * @{ */
#ifndef _TUSB_OSAL_NONE_H_
#define _TUSB_OSAL_NONE_H_
@@ -337,3 +335,4 @@ static inline void osal_queue_flush(osal_queue_handle_t const queue_hdl)
#endif /* _TUSB_OSAL_NONE_H_ */
/** @} */
+/** @} */