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

Doesn't like repos with `.` in the name #11

Closed gmaclennan closed 9 years ago

gmaclennan commented 9 years ago

This coughs when you try to run in a repo like myjslib.js because of the RegExp https://github.com/tmcw/doxme/blob/master/index.js#L61

tmcw commented 9 years ago

^ should fix this by switching to a more robust parser, will release a tag in a sec