Class MetadataConfig

Namespace
DocFxHelper
Assembly
DocBuilder.dll
public class MetadataConfig
Inheritance
MetadataConfig
Inherited Members

Properties

dest

Defines the output folder of the generated metadata files. Relative paths are relative to the docfx.json file being used. To go up a folder use ../.

public string dest { get; set; }

Property Value

string

src

Defines the source projects to have metadata generated, which is in File Mapping Format. Relative paths are relative to the docfx.json file being used. To go up a folder use ../.

public MetadataSrc src { get; set; }

Property Value

MetadataSrc