Summary
Returns a new instance of the
DocFxIssuesSettings
class from a log file on disk.
- Assembly
- Cake
.Prca .Issues .DocFx .dll - Namespace
- Cake
.Prca .Issues .DocFx - Containing Type
- DocFxIssuesSettings
Syntax
public static DocFxIssuesSettings FromFilePath(FilePath logFilePath, DirectoryPath docRootPath)
Parameters
Name | Type | Description |
---|---|---|
logFilePath | FilePath | Path to 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. |