swaggo / swag

Automatically generate RESTful API documentation with Swagger 2.0 for Go.
MIT License
10.46k stars 1.19k forks source link

Added support for @tag.x- attributes for tags (#1784) #1785

Open Ponywka opened 5 months ago

Ponywka commented 5 months ago

Describe the PR I'm using ReDoc to generate own documentation from OpenAPI specification. They have x-displayName parameter for tags. Example: museum.yaml

tags:
  - name: Operations
    x-displayName: About the museum
    description: Operational information about the museum.

Relation issue https://github.com/swaggo/swag/issues/1784

Additional context image