-
Notifications
You must be signed in to change notification settings - Fork 30.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error found when generating JSON doc #5942
Comments
4 tasks
Thanks for reporting and fixing. Just reviewed the PR. |
Closed
Suggestion on preventing issues like this one in the future: #5955 |
evanlucas
pushed a commit
that referenced
this issue
Mar 30, 2016
Current processList function in tools/doc/json.js does not recognise {"type":"loose_item_start"}. Fix it. PR-URL: #5943 Fixes: #5942 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Robert Lindstädt <[email protected]>
evanlucas
pushed a commit
that referenced
this issue
Mar 31, 2016
Current processList function in tools/doc/json.js does not recognise {"type":"loose_item_start"}. Fix it. PR-URL: #5943 Fixes: #5942 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Robert Lindstädt <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Apr 11, 2016
Current processList function in tools/doc/json.js does not recognise {"type":"loose_item_start"}. Fix it. PR-URL: #5943 Fixes: #5942 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Robert Lindstädt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I run tools/doc/generate.js to build JSON format docs, I see this error:
It's caused by the following content in fs.markdown:
Current
processList
function in tools/doc/json.js does not recognise the secondpath
andcallback
's{"type":"loose_item_start"}
. I'll make a PR to fix it.The text was updated successfully, but these errors were encountered: