mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

Ability to add description for parameters #31

Open pleaz opened 4 years ago

pleaz commented 4 years ago

https://swagger.io/docs/specification/describing-parameters/

mtrajano commented 4 years ago

That is a good idea, I'll probably lean towards reading whatever is in the @param tag. I'll look into this after I merge this outstanding pr