Skip to main content

Function: getDocCommentClosingLineStartIndex()

function getDocCommentClosingLineStartIndex(
sourceCode: SourceCode,
comment: Readonly<Comment>
): number;

Defined in: _internal/doc-comments.ts:581

Resolve the absolute insertion index for new tag lines in a block comment. The insertion point is the beginning of the closing-comment line.

Parametersโ€‹

sourceCodeโ€‹

SourceCode

commentโ€‹

Readonly<Comment>

Returnsโ€‹

number