HomeSort by relevance Sort by last modified time
    Searched refs:excludeTag (Results 1 - 2 of 2) sorted by null

  /external/jdiff/src/jdiff/
Options.java 95 if (opt.equals("-excludetag")) return 2;
355 if (options[i][0].toLowerCase().equals("-excludetag")) {
357 err.msg("No exclude tag specified after -excludetag option.");
359 RootDocToXML.excludeTag = options[i][1];
360 RootDocToXML.excludeTag = RootDocToXML.excludeTag.trim();
431 System.err.println(" -excludetag <tag> Define the Javadoc tag which implies exclusion");
RootDocToXML.java 686 if (doExclude && excludeTag != null && doc != null) {
688 if (rct != null && rct.indexOf(excludeTag) != -1) {
    [all...]

Completed in 89 milliseconds