How to document ECMA6 classes with JSDoc?
Late answer, but since I came across this googling something else I thought I’d have a crack at it. You’ve probably found by now that the JSDoc site has decent explanations and examples on how to document ES6 features. Given that, here’s how I would document your example: /** * module description * @module MyClass … Read more