equal
deleted
inserted
replaced
136 <filename> |
136 <filename> |
137 javac.opt.Xlint=\ |
137 javac.opt.Xlint=\ |
138 Enable recommended warnings |
138 Enable recommended warnings |
139 javac.opt.Xlint.suboptlist=\ |
139 javac.opt.Xlint.suboptlist=\ |
140 Enable or disable specific warnings |
140 Enable or disable specific warnings |
|
141 javac.opt.Xdoclint=\ |
|
142 Enable recommended checks for problems in javadoc comments |
|
143 javac.opt.Xdoclint.subopts = \ |
|
144 (all|[-]<group>)[/<access>] |
|
145 javac.opt.Xdoclint.custom=\n\ |
|
146 \ Enable or disable specific checks for problems in javadoc comments,\n\ |
|
147 \ where <group> is one of accessibility, html, reference, or syntax,\n\ |
|
148 \ and <access> is one of public, protected, package, or private. |
141 javac.opt.Xstdout=\ |
149 javac.opt.Xstdout=\ |
142 Redirect standard output |
150 Redirect standard output |
143 javac.opt.X=\ |
151 javac.opt.X=\ |
144 Print a synopsis of nonstandard options |
152 Print a synopsis of nonstandard options |
145 javac.opt.help=\ |
153 javac.opt.help=\ |