Function parseComment
- parse
Comment (commentOrNode, indent?): JsdocBlockWithInline Parameters
- commentOrNode: string | {
value: string;
} Optional
indent: stringWhitespace
Returns JsdocBlockWithInline
- commentOrNode: string | {
Optional
indent: stringWhitespace
Accepts a comment token or complete comment string and converts it into
comment-parser
AST.