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.