forked from loafle/openapi-generator-original
Update comments in objc client
This commit is contained in:
parent
5a235c642a
commit
3b9b3e82f9
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
/** The `{{classPrefix}}Configuration` class manages the configurations for the sdk.
|
/** The `{{classPrefix}}Configuration` class manages the configurations for the sdk.
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by the swagger code generator program.
|
* NOTE: This class is auto generated by the swagger code generator program.
|
||||||
* https://github.com/swagger-api/swagger-codegen
|
* https://github.com/swagger-api/swagger-codegen
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
@interface {{classPrefix}}Configuration : NSObject
|
@interface {{classPrefix}}Configuration : NSObject
|
||||||
@ -41,14 +41,14 @@
|
|||||||
/**
|
/**
|
||||||
* Logging Settings
|
* Logging Settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug switch, default false
|
* Debug switch, default false
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) BOOL debug;
|
@property (nonatomic) BOOL debug;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug file location, default nil
|
* Debug file location, default log in console
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) NSString *loggingFile;
|
@property (nonatomic) NSString *loggingFile;
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
/** The `SWGConfiguration` class manages the configurations for the sdk.
|
/** The `SWGConfiguration` class manages the configurations for the sdk.
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by the swagger code generator program.
|
* NOTE: This class is auto generated by the swagger code generator program.
|
||||||
* https://github.com/swagger-api/swagger-codegen
|
* https://github.com/swagger-api/swagger-codegen
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
@interface SWGConfiguration : NSObject
|
@interface SWGConfiguration : NSObject
|
||||||
@ -41,14 +41,14 @@
|
|||||||
/**
|
/**
|
||||||
* Logging Settings
|
* Logging Settings
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug switch, default false
|
* Debug switch, default false
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) BOOL debug;
|
@property (nonatomic) BOOL debug;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug file location, default nil
|
* Debug file location, default log in console
|
||||||
*/
|
*/
|
||||||
@property (nonatomic) NSString *loggingFile;
|
@property (nonatomic) NSString *loggingFile;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user