public HtmlDocumentationBuilder(Configuration configuration, DirectoryTreeCrawler featureCrawler, HtmlDocumentFormatter htmlDocumentFormatter, HtmlResourceWriter htmlResourceWriter)
 {
     this.configuration = configuration;
     this.featureCrawler = featureCrawler;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
 }
 public HtmlDocumentationBuilder(Configuration configuration,
                                 HtmlDocumentFormatter htmlDocumentFormatter,
                                 HtmlResourceWriter htmlResourceWriter)
 {
     this.configuration = configuration;
     this.htmlDocumentFormatter = htmlDocumentFormatter;
     this.htmlResourceWriter = htmlResourceWriter;
 }