JSON template for Jsdoc3
JSON style template for Jsdoc3. This template is like the haruki template, but a purpose of the template is supporting a partial documentation.
The partial documentation is efficient by 2 causes:
- Slow work as parsing by Jsdoc is unnecessary (parsing JSON is faster)
- Files have no changes are not processed
Probably, the partial documentation requires:
- Permanent symbol linking
- Fallback for broken links
Output format
Output json is equivalent to an array of jsdoc/Doclet.
It means that JSON.parse(output)
is equivalent to taffyData().get()
in for each script.
License
This script licensed under the MIT.