Summary
Contains settings used by
DocFxInitRunner
.
- Namespace
- Cake
.DocFx .Init - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["DocFxInitSettings"]
class Type type-node
Syntax
public class DocFxInitSettings : ToolSettings
Properties
Name | Value | Summary |
---|---|---|
OnlyConfigFile | bool |
Gets or sets a flag indicating if only the
file should be generated.
In this case no project folder will be generated.
|
OutputPath | DirectoryPath |
Gets or sets the output folder of the config file.
If not specified, the config file will be saved to a new folder
.
|