Class MetadataSrc
- Namespace
- DocFxHelper
- Assembly
- DocBuilder.dll
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 class MetadataSrc
- Inheritance
-
MetadataSrc
- Inherited Members
Properties
cwd
cwd is Current Working Directory
public string cwd { get; set; }
Property Value
exclude
Folders to exclude
public List<string> exclude { get; set; }
Property Value
files
Projects or solutions for which to generate the API metadata
public List<string> files { get; set; }