mbed library sources. Supersedes mbed-src.

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

Revision:
178:79309dc6340a
Parent:
168:9672193075cf
Child:
187:0387e8f68319
diff -r d650f5d4c87a -r 79309dc6340a platform/FileSystemLike.h
--- a/platform/FileSystemLike.h	Wed Nov 08 13:50:44 2017 +0000
+++ b/platform/FileSystemLike.h	Thu Nov 23 11:57:25 2017 +0000
@@ -25,6 +25,11 @@
 
 namespace mbed {
 /** \addtogroup platform */
+/** @{*/
+/**
+ * \defgroup platform_FileSystemLike FileSystemLike functions
+ * @{
+ */
 
 
 /** A filesystem-like object is one that can be used to open file-like
@@ -34,7 +39,6 @@
  *  of the rest of the functions just return error values).
  *
  * @note Synchronization level: Set by subclass
- * @ingroup platform
  */
 class FileSystemLike : public FileSystemHandle, public FileBase, private NonCopyable<FileSystemLike> {
 public:
@@ -79,6 +83,9 @@
     }
 };
 
+/**@}*/
+
+/**@}*/
 
 } // namespace mbed