Searched defs:nohelp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DConfigurationImpl.java41 * the length of option "-header" is two. But for option "-nohelp" no argument
46 * use "-helpfile" option when already "-nohelp" option is used.
120 * True if command line option "-nohelp" is used. Default value is false.
122 public boolean nohelp = false; field in class:ConfigurationImpl
251 } else if (opt.equals("-nohelp")) {
252 nohelp = true;
312 option.equals("-nohelp") ||
346 boolean nohelp = false;
360 if (nohelp == true) {
362 "-helpfile", "-nohelp"));
[all...]

Completed in 29 milliseconds