Skip to content

[HTML2] Not making use of method summaries #3651

@Herst

Description

@Herst
Description

Generator "HTML2" is doing nothing using method summaries (unlike generator "HTML" or bootprint-openapi).

Swagger-codegen version

2.2.1

Swagger declaration file content or url
swagger: '2.0'
info:
  version: 0.0.0
  title: Simple API
paths:
  /:
    get:
      summary: FOOBAR
      responses:
        200:
          description: OK

"FOOBAR" is nowhere to be found in the resulting document.

Suggest a Fix

Display it above the description.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions