Skip to content Skip to sidebar Skip to footer
Showing posts with the label Documentation

Jsdoc Toolkit And Namespace - Warning Trying To .. Without

I am using jsdoc-toolkit with the namespace library of Mike Koss. The code looks like this namespac… Read more Jsdoc Toolkit And Namespace - Warning Trying To .. Without

Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc

I have a function factory: function factory(events) { for(const key in events) { const { befo… Read more Document Structure Of A Value For Arbitrary Keys In An Object In Jsdoc

_Best Practices For JSDoc'ing Javascript Files Written In The "revealing Module Pattern" Style?

Most of my Javascript functions are relatively simple, and called for their sideeffects: I use jQu… Read more _Best Practices For JSDoc'ing Javascript Files Written In The "revealing Module Pattern" Style?