diff --git a/JSON/include/Poco/JSON/Parser.h b/JSON/include/Poco/JSON/Parser.h index d06aa4cee..503d164af 100644 --- a/JSON/include/Poco/JSON/Parser.h +++ b/JSON/include/Poco/JSON/Parser.h @@ -221,10 +221,10 @@ public: static const int JSON_UNLIMITED_DEPTH = -1; Parser(const Handler::Ptr& pHandler = new ParseHandler, std::size_t bufSize = JSON_PARSE_BUFFER_SIZE); - /// Constructor. + /// Creates JSON Parser. virtual ~Parser(); - /// Destructor. + /// Destroys JSON Parser. void reset(); /// Resets the parser.