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