Closed christophejan closed 3 years ago
Comment with only tag are wrong with spring-auto-restdocs-json-doclet-jdk9.
spring-auto-restdocs-json-doclet-jdk9
Sample :
/** * @title Title tag */
Result with spring-auto-restdocs-json-doclet :
spring-auto-restdocs-json-doclet
{ "comment": "", "parameters": {}, "tags": { "title": "Title tag" }
Current result with spring-auto-restdocs-json-doclet-jdk9 :
{ "comment": "@title Title tag", "parameters": {}, "tags": { "title": "Title tag" }
Comment with only tag are wrong with
spring-auto-restdocs-json-doclet-jdk9
.Sample :
Result with
spring-auto-restdocs-json-doclet
:Current result with
spring-auto-restdocs-json-doclet-jdk9
: