1.0.0 • Published 5 years ago

dmd-globals-docs v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

npm version npm downloads

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