This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator
Watch
3
Star
0
Fork
0
You've already forked openapi-generator
forked from
loafle/openapi-generator-original
Code
Pull Requests
Activity
Files
1018ca634da16f0a2aaad9cd2c6318a1dd33daef
openapi-generator
/
modules
History
Quenby Mitchell
1018ca634d
generic types need to be escaped for the xmldoc to work for return documentation. List<Foo> should be List{Foo} for the c# compiler to generate the documentation for the generic type. since there is not a spare parameter on the CodegenOperation model to put this correctly formatted documentation, for right now, don't include the return type in the documentation.
2015-10-02 13:11:54 -05:00
..
swagger-codegen
generic types need to be escaped for the xmldoc to work for return documentation. List<Foo> should be List{Foo} for the c# compiler to generate the documentation for the generic type. since there is not a spare parameter on the CodegenOperation model to put this correctly formatted documentation, for right now, don't include the return type in the documentation.
2015-10-02 13:11:54 -05:00
swagger-codegen-cli
switch Generate to use CodegenConfigurator
2015-09-02 09:28:40 -07:00
swagger-codegen-maven-plugin
consistent indentation (spaces, not tabs)
2015-09-22 18:08:47 +02:00
swagger-generator
dynamically fill swagger enum from codegen client names
2015-10-01 01:12:09 +02:00