mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 16:07:09 +00:00
Adding the generator version template to api mustache file (#5691)
This commit is contained in:
committed by
wing328
parent
5c10e24337
commit
b752c0a030
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* NOTE: This class is auto generated by the swagger code generator program ({{{generatorVersion}}}).
|
||||
* https://github.com/swagger-api/swagger-codegen
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
package {{package}};
|
||||
|
||||
{{#imports}}import {{import}};
|
||||
|
||||
Reference in New Issue
Block a user