jsdoc-parse

v2.0.5
Transforms jsdoc data into something more suitable for use as template input
javascript jsdoc parse document documentation

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

jsdoc-parse

Transforms jsdoc data into something more suitable for use as template input. Also adds a few tags to the default set:

  • Support for new tags in the input javascript
    • @category <string>: Useful for grouping identifiers by category.
    • @done: Used to mark @todo items as complete.
    • @typicalname: If set on a class, namespace or module, child members will documented using this typical name as the parent name. Real-world typical name examples are $ (the typical name for jQuery instances), _ (underscore) etc.
    • @chainable: Set to mark a method as chainable (has a return value of this).

Command-line usage

This module is built into jsdoc-to-markdown, you can see the output using this command:

$ jsdoc2md --json <files>

© 2014-24 Lloyd Brookes <[email protected]>.

Tested by test-runner. Documented by jsdoc-to-markdown.

Metadata

  • MIT
  • >=0.10.0
  • Lloyd Brookes
  • released 10/4/2016

Downloads

Maintainers