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

feat: Add x-enum-descriptions to generated Swagger documentation for Enum #1878

Merged
merged 1 commit into from
Oct 20, 2024

Commits on Aug 30, 2024

  1. feat: Add x-enum-descriptions to generated Swagger documentation for …

    …Enums
    
    This commit adds support for the x-enum-descriptions extension in the
    generated Swagger documentation.
    
    It aligns the order of enum comments with enum variable names and
    outputs them as a new x-enum-descriptions array.
    This change ensures that enum descriptions are clearly defined and ordered alongside the enum values and variable names.
    wakamenod committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    65398f8 View commit details
    Browse the repository at this point in the history