Update comments in objc client

This commit is contained in:
geekerzp 2015-07-27 10:27:48 +08:00
parent 5a235c642a
commit 3b9b3e82f9
2 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@
/** The `{{classPrefix}}Configuration` class manages the configurations for the sdk.
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
@interface {{classPrefix}}Configuration : NSObject
@ -41,14 +41,14 @@
/**
* Logging Settings
*/
/**
* Debug switch, default false
*/
@property (nonatomic) BOOL debug;
/**
* Debug file location, default nil
* Debug file location, default log in console
*/
@property (nonatomic) NSString *loggingFile;

View File

@ -2,8 +2,8 @@
/** The `SWGConfiguration` class manages the configurations for the sdk.
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen
* Do not edit the class manually.
*/
@interface SWGConfiguration : NSObject
@ -41,14 +41,14 @@
/**
* Logging Settings
*/
/**
* Debug switch, default false
*/
@property (nonatomic) BOOL debug;
/**
* Debug file location, default nil
* Debug file location, default log in console
*/
@property (nonatomic) NSString *loggingFile;