0.1.2 • Published 9 years ago

dmd-examples-highlight v0.1.2

Weekly downloads
10
License
-
Repository
github
Last release
9 years ago

view on npm npm module downloads per month Dependency Status

DEPRECATED.

This module is dead, it does not work with the latest jsdoc-to-markdown or dmd.

dmd-examples-highlight

Overrides the default examples template, wrapping @example content with syntax highlighting.

Install

In the project that requires documenting, install as a devDependency:

$ npm install dmd-examples-highlight --save-dev

Usage

$ jsdoc2md --plugin dmd-examples-highlight --src your/code/*.js

By default, @examples will be highlighted as javascript. To override this, pass the --highlight option:

$ jsdoc2md --plugin dmd-examples-highlight --highlight ruby --src your/code/*.js

documented by jsdoc-to-markdown

0.1.2

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago