dmd-globals-docs
v1.0.0
Published
Plugin that adds globals-docs to jsdoc-to-markdown
Downloads
9
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-dev
With yarn:
$ yarn add dmd-globals-docs --dev
Usage
Pass the plugin name to jsdoc2md
with the --plugin
argument:
$ jsdoc2md --plugin dmd-globals-docs --files lib/**/*.js