Constructor DocFXConfig
DocFXConfig(string)
Would create a new config object by reading the file, if only it were implemented.
Declaration
public DocFXConfig(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | An existing config file. |
DocFXConfig(PackageInfo)
Makes a config with default settings based on the package info.
Declaration
public DocFXConfig(PackageInfo packageInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| PackageInfo | packageInfo | The package info object for the package. |
DocFXConfig()
Declaration
public DocFXConfig()