Class ProjectGenDocProps
Properties - how to generate documentation
Inheritance
object
ProjectGenDocProps
Namespace: BuildSystem.Project
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class ProjectGenDocProps : Object
Constructors
ProjectGenDocProps()
Declaration
public ProjectGenDocProps()
Properties
HelpFolder
Output folder for generating HTML documentation
Declaration
public string? HelpFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
ReaderType
Way of reading source file
Declaration
public ReaderType? ReaderType { get; set; }
Property Value
Type | Description |
---|---|
ReaderType |
SourceFile
Source file to be provided into generating documentation method
Declaration
public string? SourceFile { get; set; }
Property Value
Type | Description |
---|---|
string |