tmcw-up-for-adoption / doxme

A Markdown formatter for dox. Takes dox's JSON output as stdin and writes Markdown to stdout.
ISC License
13 stars 14 forks source link

Function aliases #8

Closed tomek-he-him closed 9 years ago

tomek-he-him commented 9 years ago

I often name my docblocks with the @function tag instead of @name or @alias. I guess there's nothing wrong with that – http://usejsdoc.org/tags-function.html

This PR makes us treat these tags just like @alias.

tmcw commented 9 years ago

:+1: thanks!