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.
Dependents: STM32L452_Nucleo_ticker
Fork of mbed-dev by
Diff: platform/FileHandle.h
- Revision:
- 178:79309dc6340a
- Parent:
- 168:9672193075cf
--- a/platform/FileHandle.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/FileHandle.h Thu Nov 23 11:57:25 2017 +0000 @@ -26,6 +26,11 @@ namespace mbed { /** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_FileHandle FileHandle functions + * @{ + */ /** Class FileHandle @@ -36,7 +41,6 @@ * * @note to create a file, @see File * @note Synchronization level: Set by subclass - * @ingroup platform */ class FileHandle : private NonCopyable<FileHandle> { public: @@ -254,6 +258,11 @@ std::FILE *fdopen(FileHandle *fh, const char *mode); +/**@}*/ + +/**@}*/ + + } // namespace mbed #endif