Interface JSDocParseOptions
interface JSDocParseOptions { end?: string | RegExp; line?: string | RegExp; start?: string | RegExp; } Properties
Optional
Readonly
end
end?: string | RegExp
Optional
Readonly
line
line?: string | RegExp
Optional
Readonly
start
start?: string | RegExp
The end symbol of your comment format. Defaults to
*/
.