Create a new CommentTag instance.
The actual body text of this tag.
The name of this tag, e.g. @returns
, @example
Optional
nameSome tags, (@typedef
, @param
, @property
, etc.) may have a user defined identifier associated with them.
If this tag is one of those, it will be parsed out and included here.
Generated using TypeDoc
A model that represents a single TypeDoc comment tag.
Tags are stored in the Comment.blockTags property.