Function: getInlineLinkMatches()
getInlineLinkMatches(
sourceCode:SourceCode,comment:Readonly<Comment>): readonlyReadonly<{absoluteRange: readonly [number,number];content:string;fullText:string; }>[]
Defined in: _internal/doc-comments.ts:454
Collect all inline {@link ...} matches from a comment.
Parametersโ
sourceCodeโ
SourceCode
commentโ
Readonly<Comment>
Returnsโ
readonly Readonly<{ absoluteRange: readonly [number, number]; content: string; fullText: string; }>[]