A CstNode
from a parsed Langium document.
Optional
options: JSDocParseOptionsParsing options specialized to your language. See JSDocParseOptions.
Parses a JSDoc from a string comment.
A string containing the source of the JSDoc comment.
Optional
start: PositionThe start position the comment occupies in the source document.
Optional
options: JSDocParseOptionsParsing options specialized to your language. See JSDocParseOptions.
Parses a JSDoc from a
CstNode
containing a comment.