mbed library sources. Supersedes mbed-src.

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

Revision:
178:79309dc6340a
Parent:
175:af195413fb11
Child:
180:96ed750bd169
--- a/platform/mbed_retarget.h	Wed Nov 08 13:50:44 2017 +0000
+++ b/platform/mbed_retarget.h	Thu Nov 23 11:57:25 2017 +0000
@@ -58,13 +58,21 @@
 
 #endif
 
+/** \addtogroup platform */
+/** @{*/
+/**
+ * \defgroup platform_retarget Retarget functions
+ * @{
+ */
 
 /* DIR declarations must also be here */
 #if __cplusplus
 namespace mbed {
+    
 class FileHandle;
 class DirHandle;
 std::FILE *mbed_fdopen(FileHandle *fh, const char *mode);
+
 }
 typedef mbed::DirHandle DIR;
 #else
@@ -438,4 +446,8 @@
     DT_SOCK,    ///< This is a UNIX domain socket.
 };
 
+/**@}*/
+
+/**@}*/
+
 #endif /* RETARGET_H */