Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: platform/FileSystemLike.h
- Revision:
- 178:79309dc6340a
- Parent:
- 168:9672193075cf
--- 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
