getDocCommentClosingLineStartIndex
eslint-plugin-typedoc / _internal/doc-comments / getDocCommentClosingLineStartIndex
Function: getDocCommentClosingLineStartIndex()
getDocCommentClosingLineStartIndex(
sourceCode,comment):number
Defined in: _internal/doc-comments.ts:342
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