dmd-globals-docs
v1.0.0
Published
Plugin that adds globals-docs to jsdoc-to-markdown
Downloads
6
Maintainers
Readme
dmd-globals-docs
Plugin for jsdoc2md to include globals-docs in the generated documentation.
Installation
With npm:
$ npm install dmd-globals-docs --save-devWith yarn:
$ yarn add dmd-globals-docs --devUsage
Pass the plugin name to jsdoc2md with the --plugin argument:
$ jsdoc2md --plugin dmd-globals-docs --files lib/**/*.js