Added comments

This commit is contained in:
Benoit Blanchon
2014-11-06 13:42:16 +01:00
parent a3425a6306
commit 79bfe731af
6 changed files with 43 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
namespace ArduinoJson {
namespace Internals {
// Decorator on top of Print to allow indented output.
// This class is used by JsonPrintable::prettyPrintTo() but can also be used
// for your own purpose, like logging.