jsDoc Usages
Major
@return- what this do
@link- link to object or function
@example- what this do
/** * Main description * @param {type} name - description * @example * ```ts * class.call() * ``` * @return {type} - description **/
Minor
@remark- what this do
@exception- what this do
@author- what this do
@throws- what this do
@see- what this do
@since- called by
@summary- what this do
Index
Official documentation for JSDoc 3.
https://jsdoc.app/

Seonglae Cho