Summary
Returns a new instance of the
DocFxIssuesSettings
class from the content
of a DocFx log file.
- Assembly
- Cake
.Prca .Issues .DocFx .dll - Namespace
- Cake
.Prca .Issues .DocFx - Containing Type
- DocFxIssuesSettings
Syntax
public static DocFxIssuesSettings FromContent(string logFileContent, DirectoryPath docRootPath)
Parameters
Name | Type | Description |
---|---|---|
logFileContent | string | Content of 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 |
---|---|
DocFxIssuesSettings | Instance of the DocFxIssuesSettings class. |