Esempio n. 1
0
 public HtmlDocumentationBuilder(Configuration configuration, DirectoryTreeCrawler featureCrawler, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter)
 {
     this.configuration = configuration;
     this.featureCrawler = featureCrawler;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
 }
Esempio n. 2
0
 public HtmlDocumentationBuilder(Configuration configuration,
                                 HtmlDocumentFormatter htmlDocumentFormatter,
                                 HtmlResourceWriter htmlResourceWriter)
 {
     this.configuration = configuration;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
 }
 public HtmlDocumentationBuilder(Configuration configuration,
                                 HtmlDocumentFormatter htmlDocumentFormatter,
                                 HtmlResourceWriter htmlResourceWriter)
 {
     this.configuration         = configuration;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter    = htmlResourceWriter;
 }
 public HtmlDocumentationBuilder(FeatureCrawler featureCrawler, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter)
 {
     this.featureCrawler = featureCrawler;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
 }