mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 11:38:51 +00:00
Fixed docs on how to obtain parser error.
Change-Id: Ib3ffbdf51ef6af1f5c8267b84b84dceed9d4a838
This commit is contained in:
@@ -479,7 +479,7 @@ include paths. If not specified, any include statements try to resolve from
|
|||||||
the current directory.
|
the current directory.
|
||||||
|
|
||||||
If there were any parsing errors, `Parse` will return `false`, and
|
If there were any parsing errors, `Parse` will return `false`, and
|
||||||
`Parser::err` contains a human readable error string with a line number
|
`Parser::error_` contains a human readable error string with a line number
|
||||||
etc, which you should present to the creator of that file.
|
etc, which you should present to the creator of that file.
|
||||||
|
|
||||||
After each JSON file, the `Parser::fbb` member variable is the
|
After each JSON file, the `Parser::fbb` member variable is the
|
||||||
|
|||||||
Reference in New Issue
Block a user