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

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

How Do You View A Function's Documentation With Visual Studio Code's Intellisense?

I'm writing Javascript with Visual Studio Code on a Mac. I have this function, documented in JS… Read more How Do You View A Function's Documentation With Visual Studio Code's Intellisense?

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

Document Overloaded Function In Jsdoc

I have an overloaded toggle function and want to document the behaviors w/ JSDoc. If the value is d… Read more Document Overloaded Function 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?