tools: fix json doc generation
authorfiredfox <wangyang0123@gmail.com>
Tue, 29 Mar 2016 10:42:17 +0000 (18:42 +0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 11 Apr 2016 16:06:40 +0000 (12:06 -0400)
commitc33a23fd1efd7e9e160f0886adfa328d4d6e5f1d
tree3edb30e8044f59ec8a273dd57c77f2819cdfb3f5
parentcc1aab9f6a3474cf1f76234f15b179374f22d655
tools: fix json doc generation

Current processList function in tools/doc/json.js does not recognise
{"type":"loose_item_start"}. Fix it.

PR-URL: https://github.com/nodejs/node/pull/5943
Fixes: https://github.com/nodejs/node/issues/5942
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Robert Lindstädt <robert.lindstaedt@gmail.com>
tools/doc/json.js