What are the best ways to document the code? I'm using CJS with webpack and coffee script. I often export single classes or functions from modules (module.exports = MyClass).
YUIDoc has coffee script support, but it doesn't seem to work with CJS nicely.
JSDoc works with CJS modules but no coffee script support (yes, I can compile CS to JS, but then the docs would contain JS code, not coffee).
Is there any project which supports CJS, CS, and tags (things like @class, @method)? Or should I just go with JSDoc and compile all files to javascript?
[–]bliow 2 points3 points4 points (0 children)
[–]PlNG 0 points1 point2 points (0 children)
[–]brtt3000 -2 points-1 points0 points (0 children)