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

Don't expose enum constructor arguments to documentations #2497

Merged
merged 2 commits into from May 16, 2022

Commits on May 12, 2022

  1. Don't expose enum constructor arguments to documentation

    Enum constructor arguments is mostly internal detail of enums that
    isn't supposed to be exposed to clients of some library so let's
    don't put it in the generated documentations result.
    ebraminio committed May 12, 2022
    Copy the full SHA
    b78c410 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Copy the full SHA
    500a78f View commit details
    Browse the repository at this point in the history