Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(merge-params): adds custom merge-params and merge-prop jsdoc #2131

Merged
merged 1 commit into from Sep 17, 2019

Commits on Sep 9, 2019

  1. docs(merge-params): adds custom merge-params and merge-prop jsdoc

    Adds custom tags to jsdoc that allow merging parameter and property
    definitions:
    
    `@merge-params`: used in place of a @param whose type is defined
    elsewhere. Will expand out all of the properties of the type.
    
    `@merge-props`: used in a typedef that inherits from another typedef.
    Will inherit all properties of that typedef.
    daprahamian committed Sep 9, 2019
    Copy the full SHA
    f94ae3b View commit details
    Browse the repository at this point in the history