cbou / markdox

Markdox is a documentation generator based on Dox and Markdown. It parse Javascript and even Coffeescript.
http://cbou.github.com/markdox
230 stars 27 forks source link

Untyped param/return values leave **** in output #42

Closed fenomas closed 9 years ago

fenomas commented 9 years ago

The default template prints param/return types wrapped in ** even if there is no type specified, so that plain parameters have four asterisks in their doc output.

* @param foo description

leads to:

### Params:

* **** *foo* description