4041424344454647484950
rootPath = _.unifyPath(rootDir); } catch (Exception e) { _.die("File not found: " + f); } analyzer = new Analyzer(options); _.msg("Loading and analyzing files"); analyzer.analyze(f.getPath()); analyzer.finish(); generateHtml();