This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AutoRest.
Summary
Sets the generated code header comment
- Assembly
- Cake
.AutoRest .dll - Namespace
- Cake
.AutoRest - Containing Type
- Auto
Rest Settings Extensions
Syntax
public static AutoRestSettings AddHeaderComment(this AutoRestSettings settings, string comment)
Parameters
Name | Type | Description |
---|---|---|
settings | AutoRestSettings | Settings |
comment | string | Header comment to put in generated code. Use 'NONE' to suppress |
Return Value
Type | Description |
---|---|
AutoRestSettings | The updated settings object |