C# Class PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlDocumentationBuilder

Inheritance: IDocumentationBuilder
ファイルを表示 Open project: picklesdoc/pickles

Public Methods

Method Description
Build ( Tree features ) : void
HtmlDocumentationBuilder ( IConfiguration configuration, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter, IFileSystem fileSystem ) : System

Private Methods

Method Description
VisitNodes ( Tree features, INode node ) : void
WriteContentNode ( Tree features, INode node, string htmlFilePath ) : void

Method Details

Build() public method

public Build ( Tree features ) : void
features Tree
return void

HtmlDocumentationBuilder() public method

public HtmlDocumentationBuilder ( IConfiguration configuration, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter, IFileSystem fileSystem ) : System
configuration IConfiguration
htmlDocumentFormatter HtmlDocumentFormatter
htmlResourceWriter HtmlResourceWriter
fileSystem IFileSystem
return System