Readonly
Represents the range that this JSDoc element occupies. If the JSDoc was parsed from a CstNode, the range will represent the location in the source document.
CstNode
Renders this JSDoc element to a markdown representation.
Optional
Rendering options to customize the markdown result.
Renders this JSDoc element to a plain text representation.
Represents the range that this JSDoc element occupies. If the JSDoc was parsed from a
CstNode
, the range will represent the location in the source document.