C# 클래스 PicklesDoc.Pickles.DocumentationBuilders.Html.HtmlDocumentationBuilder

상속: IDocumentationBuilder
파일 보기 프로젝트 열기: picklesdoc/pickles

공개 메소드들

메소드 설명
Build ( Tree features ) : void
HtmlDocumentationBuilder ( IConfiguration configuration, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter, IFileSystem fileSystem ) : System

비공개 메소드들

메소드 설명
VisitNodes ( Tree features, INode node ) : void
WriteContentNode ( Tree features, INode node, string htmlFilePath ) : void

메소드 상세

Build() 공개 메소드

public Build ( Tree features ) : void
features Tree
리턴 void

HtmlDocumentationBuilder() 공개 메소드

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