fabiomaffioletti / jsondoc

Easily generate docs and playground for your RESTful API
http://jsondoc.org
MIT License
264 stars 127 forks source link

Duplicated Summary when multiple values at @requestMapping #241

Closed amirxin closed 6 years ago

amirxin commented 7 years ago

Hello, I have multiple endpoints pointing to the same service .. because reasons.

@RequestMapping(value={"/report/workingday/rop","/home/workingday/rop"},method = RequestMethod.GET)

And my configuration for my JsonDoc is jsondoc.displayMethodAs= SUMMARY

So this produces as a result duplicated summary lines in the display of my API.

image