Class DelphiReader
Reads .XML (which is received from RAD Studio after compiling project)
Inheritance
object
DelphiReader
Implements
Namespace: BuildSystem.GenDoc.DocFX
Assembly: BuildSystem.GenDoc.DocFX.dll
Syntax
public class DelphiReader : Object, IReader
Constructors
DelphiReader(List<string>)
Reads .XML (which is received from RAD Studio after compiling project)
Declaration
public DelphiReader(List<string> sources)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<><string> | sources | Sources with information to be converted |
Properties
Infos
Information about assemblies - from XML files
Declaration
public List<SourceInfo> Infos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<><SourceInfo> |
Methods
WriteYaml(string)
Export to YML-files
Declaration
public void WriteYaml(string targetFolder)
Parameters
Type | Name | Description |
---|---|---|
string | targetFolder | Path to folder with result YML (with full clean) |