TagsReplacement

TagsReplacement

This class allows the replacement of JSDoc tags. For example, it can be used to replace all parent tags with memberof.

Constructor

new TagsReplacement(dictionary, events, EVENT_NAMES)

Source:
Parameters:
Name Type Description
dictionary TagsReplacementDictionary

The dictionary of tags that need to be replaced.

events EventEmitter

To hook to the even triggered when the plugin can do modifications to the code.

EVENT_NAMES EventNames

To get the name of the event the class needs to listen for.