2829303132333435
DoccoBatch db = new DoccoBatch(); if (customResources != null) for (String res : customResources) db.addCustomResource(res); getLog().info("Generating docco in " + db.outputPath()); db.generate(); } }