Function: getDocCommentClosingLineStartIndex()
getDocCommentClosingLineStartIndex(
sourceCode:SourceCode,comment:Readonly<Comment>):number
Defined in: _internal/doc-comments.ts:531
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