Interface IGenDoc
Creating YML-files to be provided into DocFX. Using these files, DocFX can create HTML documentation
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IGenDoc : IManager
Methods
Generate(Dictionary<string, ReaderType>, string)
Create HTML documentation
Declaration
void Generate(Dictionary<string, ReaderType> sources, string targetFolder)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<,><string, ReaderType> | sources | Source files with way of reading source files |
string | targetFolder | Output folder for new YML |