jsonjsdoc

1.0.0 • Public • Published

JSON template for Jsdoc3

Build Status NPM version

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.

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i jsonjsdoc

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • orgachem