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/Stream.h
- Revision:
- 178:79309dc6340a
- Parent:
- 168:9672193075cf
diff -r d650f5d4c87a -r 79309dc6340a platform/Stream.h
--- a/platform/Stream.h Wed Nov 08 13:50:44 2017 +0000
+++ b/platform/Stream.h Thu Nov 23 11:57:25 2017 +0000
@@ -26,16 +26,18 @@
namespace mbed {
/** \addtogroup platform */
/** @{*/
+/**
+ * \defgroup platform_Stream Stream class
+ * @{
+ */
extern void mbed_set_unbuffered_stream(std::FILE *_file);
extern int mbed_getc(std::FILE *_file);
extern char* mbed_gets(char *s, int size, std::FILE *_file);
-/** @}*/
/** File stream
*
* @note Synchronization level: Set by subclass
- * @ingroup platform
*/
class Stream : public FileLike, private NonCopyable<Stream> {
@@ -82,7 +84,9 @@
// Stub
}
};
+/**@}*/
+/**@}*/
} // namespace mbed
#endif
