coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Support multiple source extensions e.g. *.coffee and *.iced #179

Closed hparra closed 8 years ago

hparra commented 10 years ago

Usage: --extension coffee,iced

Some projects, for reasons beyond the developers control, may contain multiple coffee file extensions, e.g. coffee & iced-coffee. Specifying multiple extensions will allow parsing of both types of files.

The default of coffee has not been changed.

Since explicit CLI tests do not exist we test this new feature via spec/lib/codo_spec.coffee.

inossidabile commented 8 years ago

I know it took a while. But could we rebase this?

inossidabile commented 8 years ago

Closing for now.