Class MetadataConfig
- Namespace
- DocFxHelper
- Assembly
- DocBuilder.dll
'metadata' portion of Docfx.json See: https://dotnet.github.io/docfx/tutorial/docfx.exe_user_manual.html#31-properties-for-metadata
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
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; }