Type alias JsdocSymbolMatchFunction

JsdocSymbolMatchFunction: ((full: string, jsdoc: string, name: string, kind: string, isExported: boolean, isDefault: boolean) => void)

Type declaration

    • (full: string, jsdoc: string, name: string, kind: string, isExported: boolean, isDefault: boolean): void
    • JSDoc symbol match function.

      Parameters

      • full: string

        full jsdoc symbol match

      • jsdoc: string

        jsdoc attached to symbol

      • name: string

        symbol name

      • kind: string

        symbol kind

      • isExported: boolean

        symbol is exported?

      • isDefault: boolean

        symbol is default?

      Returns void

Generated using TypeDoc