Module: jsdoc/tag

Functionality related to JSDoc tags.
Source:

Requires

Classes

Tag
Tag
Tag

Members

Tag

Source:

canHaveName

Source:

canHaveType

Source:

configurable

Source:

enumerable

Source:

indentMatcher

Source:

jsdoc

Source:

match

Source:

meta

Source:

opts

Source:

originalTitle

Source:

path

Source:

tagDef

Source:

tagType

Source:

text

Source:

text

Source:

text

Source:

text

Source:

text

Source:

text

Source:

trimOpts

Source:

value

Source:

writable

Source:

Methods

_replaceDictionary(dict)

Replace the existing tag dictionary with a new tag dictionary. Used for testing only. Do not call this method directly. Instead, call module:jsdoc/doclet._replaceDictionary, which also updates this module's tag dictionary.
Parameters:
Name Type Description
dict module:jsdoc/tag/dictionary.Dictionary The new tag dictionary.
Source:

addHiddenProperty()

Source:

mustPreserveWhitespace()

Source:

parseType()

Source:

processTagText()

Source:

trim()

Source: