Documentation generator for coffeescript meteor app

I’m looking for some documentation tools for a while, but didn’t find a good working solution. That’s why I’m asking for your experience.

The only thing I found - for meteor - is meteor-jsdoc (https://www.npmjs.com/package/meteor-jsdoc). But that doesn’t work for coffeescript.

I’m at the point, that I think there is no solution to generate a documentation directly from the files of the app - what would be the best thing for me, as I could do the documentation at the same time as coding and testing…

So I guess I have to convert the coffee-files to js-files and then use jsdoc (for example). But that sounds like a bad workflow.

How do you do your documentation?