mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 09:39:06 +00:00
* output dataType to YARD tag YARD supports parameter type tag. https://www.rubydoc.info/gems/yard/file/docs/Tags.md#param We can use `dataType` as parameter type. So it's very useful to output `dataType`. * update samples