UNPKG

markdox

Version:

Markdox is a documentation generator based on Dox and Markdown with support for JavaScript, CoffeeScript and IcedCoffeeScript.

14 lines (13 loc) 197 B
### * h1 My first title ### ### * This method log a given message to the console. * * h2 My second title * * @name helloworld * @method ### helloworld = () -> console.log('hello world!');