forked from loafle/openapi-generator-original
Tweak test doc comment (#7280)
This commit is contained in:
committed by
William Cheng
parent
fa3e72e6e3
commit
68a4552741
@@ -24,9 +24,8 @@ namespace {{invokerPackage}};
|
||||
/**
|
||||
* {{classname}}Test Class Doc Comment
|
||||
*
|
||||
* @category Class */
|
||||
// * @description {{#description}}{{description}}{{/description}}{{^description}}{{classname}}{{/description}}
|
||||
/**
|
||||
* @category Class
|
||||
* @description {{#description}}{{description}}{{/description}}{{^description}}{{classname}}{{/description}}
|
||||
* @package {{invokerPackage}}
|
||||
* @author Swagger Codegen team
|
||||
* @link https://github.com/swagger-api/swagger-codegen
|
||||
|
||||
Reference in New Issue
Block a user