1.0.0 • Published 11 years ago

jsonjsdoc v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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:

  1. Slow work as parsing by Jsdoc is unnecessary (parsing JSON is faster)
  2. 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.

1.0.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago