: Used within @typedef to define properties of an object.
To document complex codebases, you rely on specialized "tags" that start with the @ symbol. : Used within @typedef to define properties of an object
: Describes the value returned by a function. : Used within @typedef to define properties of an object
: Provides a code snippet showing how to use the documented item. : Used within @typedef to define properties of an object
A JSDoc comment must always start with /** (two asterisks). Standard comments starting with /* or // are ignored by the JSDoc parser. javascript