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

Default "home" Text And Content For Jsdoc

After running a basic JSDoc compile/render from Node.js: jsdoc file1.js file2.js I get a well-form… Read more Default "home" Text And Content For 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?

How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

I have 2 types of Modules: Require.js Main File: require.config({ baseUrl: '/another/… Read more How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

Getting Jsdoc Output In Json Format

Is there any way to configure JSDoc such that the output is in JSON format instead of the usual HMT… Read more Getting Jsdoc Output In Json Format

How Do I Document An Object With Jsdoc?

What's the best way to document the source code of a simple JavaScript object (and its export) … Read more How Do I Document An Object With Jsdoc?

Jsdoc For Special Singleton Pattern

I have a special JS singleton prototype function. Pattern looks more or less like example below. Wo… Read more Jsdoc For Special Singleton Pattern