Summary
Initializes a new instance of the
DocFxIssuesSettings class.
- Assembly
- Cake
.Prca .Issues .DocFx .dll - Namespace
- Cake
.Prca .Issues .DocFx - Containing Type
- DocFxIssuesSettings
Syntax
protected DocFxIssuesSettings(string logFileContent, DirectoryPath docRootPath)
Parameters
| Name | Type | Description |
|---|---|---|
| logFileContent | string | Content of the the DocFx log file. |
| docRootPath | DirectoryPath | Path to the root directory of the DocFx project. Either the full path or the path relative to the repository root. |
Return Value
| Type | Description |
|---|---|
| void |