[REQ] Add @deprected JSDoc to deprecated parameters
Created by: ShakedH
Is your feature request related to a problem? Please describe.
When using typescript-axios
generator, parameters which are marked as deprecated in the openapi spec have no indication they are deprecated in the generated client.
Describe the solution you'd like
The generator should add a @deprected
to the generated JSDoc.