4445464748495051525354
public static boolean start(RootDoc root) { setConfig(root.options()); Shared.i().createBaseDirectories(); indexWriter = new IndexWriter(); try { // write out everything in the .java files: // Classes, Methods, Fields ... see specific XxxWriters