mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
167:e84263d55307
Parent:
149:156823d33999
Child:
178:79309dc6340a
--- a/platform/Transaction.h	Thu Jun 08 15:02:37 2017 +0100
+++ b/platform/Transaction.h	Wed Jun 21 17:46:44 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
-
-/** @}*/