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

Fix missing parameter descriptions in docs #212

Merged
merged 1 commit into from Sep 20, 2021

Commits on Sep 20, 2021

  1. Fix missing parameter descriptions in docs

    The parameter descriptions were missing for any destructured
    parameters. Apparently TypeDoc doesn't support showing descriptions for
    destructured parameters (see here for more details: [1]).
    
    I have forked TypeDoc to fix this problem, and published this fork as
    `@gudahtt/typedoc@0.23.0`. We can use this fork until this has been
    resolved upstream.
    
    [1]: TypeStrong/typedoc#1703
    Gudahtt committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c9dd8cd View commit details
    Browse the repository at this point in the history