Function parseComment

    • Accepts a comment token or complete comment string and converts it into comment-parser AST.

      Parameters

      • commentOrNode: string | {
            value: string;
        }
      • Optionalindent: string

        Whitespace

      Returns JsdocBlockWithInline