coffeedoc / codo

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

Codo basedir doesn't affect relative path of inputs and extras. #259

Open DiThi opened 6 years ago

DiThi commented 6 years ago

It can't find files in parseProject because the path is not used.

As a workaround I call process.chdir path before calling codoCLI.generate path, ...