else return 0;
}
public static boolean validOptions(String options[][], DocErrorReporter reporter) throws IOException {
System.out.println("start valid options...");
strategy = new DefaultTableNamingStrategy();
for (int i = 0; i < options.length; i++) {
String[] opt = options[i];
if (opt[0].equals("-file")) {
FileUtils.touch(new File(opt[1]));
} else if (opt[0].equals("-config")) {