forked

Revision:
167:e84263d55307
Parent:
149:156823d33999
--- a/platform/CThunk.h	Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/CThunk.h	Wed Jun 21 17:46:44 2017 +0100
@@ -72,11 +72,13 @@
 
 /* IRQ/Exception compatible thunk entry function */
 typedef void (*CThunkEntry)(void);
+/** @}*/
 
 /**
  * Class for created a pointer with data bound to it
  *
- * @Note Synchronization level: Not protected
+ * @note Synchronization level: Not protected
+ * @ingroup platform
  */
 template<class T>
 class CThunk
@@ -242,4 +244,3 @@
 
 #endif/*__CTHUNK_H__*/
 
-/** @}*/