We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643fa89 commit 9b3db83Copy full SHA for 9b3db83
1 file changed
modules/openapi-generator/src/main/resources/csharp/modelEnum.mustache
@@ -172,7 +172,7 @@
172
}
173
174
/// <summary>
175
- /// Writes the DateTime to the json writer
+ /// Writes the {{datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}} to the json writer
176
/// </summary>
177
/// <param name="writer"></param>
178
/// <param name="{{#lambda.camelcase_sanitize_param}}{{datatypeWithEnum}}{{^datatypeWithEnum}}{{classname}}{{/datatypeWithEnum}}{{/lambda.camelcase_sanitize_param}}"></param>
0 commit comments