Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Enable docs for interface CallSignatures (Fixes #123) #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Enable docs for interface CallSignatures (Fixes #123) #189

wants to merge 1 commit into from

Conversation

AvremelM
Copy link

Allows generating docs for call signatures of interfaces and types, e.g.

    interface Foo {
        /**
         * @description
         * @param {string} bar
         * @returns {*}
         * @memberof Foo
         */
        (bar: string): any;
    }

This fixes issue #123

@joelday
Copy link
Owner

joelday commented Feb 14, 2019

My apologies for the delay. Can you please catch up with master and test this for any regressions? Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants