Tag

Represents a tag in a comment

Data differs by types.

  • types, name, description for @param
  • types, description for @return
  • local or title & url for @see
  • visibility for @api
  • types for @type
  • parent for @memberOf
  • otherClass for @augments
  • otherMemberName, thisMemberName for @borrows
  • string for other types
(defined in /src/types/tag.coffee:15)
class Tag

Parameters

(None)
Fork me on GitHub