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

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

Development

Successfully merging this pull request may close these issues.

3 participants