JSON Parser comment update

This commit is contained in:
Alex
2013-06-09 22:56:53 -05:00
parent 61b8cb57f7
commit 3ba7cc27a9

View File

@@ -221,10 +221,10 @@ public:
static const int JSON_UNLIMITED_DEPTH = -1; static const int JSON_UNLIMITED_DEPTH = -1;
Parser(const Handler::Ptr& pHandler = new ParseHandler, std::size_t bufSize = JSON_PARSE_BUFFER_SIZE); Parser(const Handler::Ptr& pHandler = new ParseHandler, std::size_t bufSize = JSON_PARSE_BUFFER_SIZE);
/// Constructor. /// Creates JSON Parser.
virtual ~Parser(); virtual ~Parser();
/// Destructor. /// Destroys JSON Parser.
void reset(); void reset();
/// Resets the parser. /// Resets the parser.