cyclosproject / ng-swagger-gen

A Swagger 2.0 codegen for Angular
MIT License
220 stars 100 forks source link

deprecation jsdoc #252

Open mac2000 opened 3 years ago

mac2000 commented 3 years ago

reasoning: at moment we can mark endpoint as deprecated in spec but clients wont even notice that

with that change generated service method will have @deprecated comment which at least will allow different linters to take care

image