public static boolean start(RootDoc root) throws IOException {
System.out.println("STARTING CONFIG DOCLET");
HtmlGenerator generator = new ConfigHtmlGenerator(encoding, title(), bottom, footer, header,
"Infinispan configuration options", Arrays.asList("Configuration", "Infinispan",
"Data Grids", "Documentation", "Reference", "MBeans"), cp);
generator.generateHtml(outputDirectory + File.separator + "config.html", "stylesheet2.css");
System.out.println("FINISHING CONFIG DOCLET");
return true;
}