mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: platform/DirHandle.h
- Revision:
- 178:79309dc6340a
- Parent:
- 168:9672193075cf
--- a/platform/DirHandle.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/DirHandle.h Thu Nov 23 11:57:25 2017 +0000 @@ -23,6 +23,11 @@ namespace mbed { /** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_DirHandle DirHandle functions + * @{ + */ /** Represents a directory stream. Objects of this type are returned @@ -40,7 +45,6 @@ * * @note to create a directory, @see Dir * @note Synchronization level: Set by subclass - * @ingroup platform */ class DirHandle : private NonCopyable<DirHandle> { public: @@ -142,7 +146,9 @@ virtual void seekdir(off_t location) { seek(location); } }; +/**@}*/ +/**@}*/ } // namespace mbed #endif /* MBED_DIRHANDLE_H */