* @param outputDirectory
* the directory where the generated html will be written into.
*/
public void setOutputToHtml(String outputDirectory) {
setDocumentationTarget(outputDirectory);
ChangeListener htmlWriter = new HtmlDocumentationWriter();
setChangeListener(htmlWriter);
}