1.0.0 • Published 7 years ago
dmd-globals-docs v1.0.0
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/**/*.js1.0.0
7 years ago