getDocCommentSummaryLines
eslint-plugin-typedoc / _internal/doc-comment-summary / getDocCommentSummaryLines
Function: getDocCommentSummaryLines()
getDocCommentSummaryLines(
comment): readonlystring[]
Defined in: _internal/doc-comment-summary.ts:6
Collect the summary lines that appear before the first block tag.
Parametersโ
commentโ
Readonly<Comment>
Returnsโ
readonly string[]