mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: platform/ATCmdParser.h
- Revision:
- 178:79309dc6340a
- Parent:
- 176:447f873cad2f
- Child:
- 184:08ed48f1de7f
--- a/platform/ATCmdParser.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/ATCmdParser.h Thu Nov 23 11:57:25 2017 +0000 @@ -24,6 +24,15 @@ #include <cstdarg> #include "Callback.h" +namespace mbed { + +/** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_ATCmdParser ATCmdParser class + * @{ + */ + /** * Parser class for parsing AT commands * @@ -43,8 +52,6 @@ * @endcode */ -namespace mbed { - class ATCmdParser : private NonCopyable<ATCmdParser> { private: @@ -299,6 +306,11 @@ */ bool process_oob(void); }; + +/**@}*/ + +/**@}*/ + } //namespace mbed #endif //MBED_ATCMDPARSER_H