This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator-original
Watch
3
Star
0
Fork
1
You've already forked openapi-generator-original
mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced
2026-03-11 15:19:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1018ca634da16f0a2aaad9cd2c6318a1dd33daef
openapi-generator-original
/
modules
/
swagger-codegen
/
src
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
..
main
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
test
Issue
#1304
: Migrate tests from the Scala to the plain Java. Part 2
2015-09-30 17:38:01 +03:00