The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
145:64910690c574
Parent:
128:9bcdf88f62b0
--- a/platform/Transaction.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/platform/Transaction.h	Wed Jun 21 17:31:38 2017 +0100
@@ -21,9 +21,9 @@
 
 namespace mbed {
 /** \addtogroup platform */
-/** @{*/
 
 /** Transaction structure
+ * @ingroup platform
  */
 typedef struct {
     void *tx_buffer;           /**< Tx buffer */
@@ -37,7 +37,8 @@
 
 /** Transaction class defines a transaction.
  *
- * @Note Synchronization level: Not protected
+ * @note Synchronization level: Not protected
+ * @ingroup platform
  */
 template<typename Class>
 class Transaction {
@@ -75,5 +76,3 @@
 }
 
 #endif
-
-/** @}*/