Overview
When using an object literal to define a class (for example with the @lends
tag) the @constructs
tag allows you to document that a particular function will be used to construct instances of that
class.
Syntax
@constructs [<name>]
When using an object literal to define a class (for example with the @lends
tag) the @constructs
tag allows you to document that a particular function will be used to construct instances of that
class.
@constructs [<name>]