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