Commit ef630abe by Jesse Beder

--no commit message

parent cadc04ce
...@@ -30,7 +30,7 @@ namespace YAML ...@@ -30,7 +30,7 @@ namespace YAML
// GetNextDocument // GetNextDocument
// . Reads the next document in the queue (of tokens). // . Reads the next document in the queue (of tokens).
// . Throws (ParserException|ParserException)s on errors. // . Throws a ParserException on error.
void Parser::GetNextDocument(Node& document) void Parser::GetNextDocument(Node& document)
{ {
// clear node // clear node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment