src/share/classes/com/sun/tools/javac/resources/javac.properties

changeset 1797
019063968164
parent 1759
05ec778794d0
child 1942
0d9bc764cac7
equal deleted inserted replaced
1796:242bcad5be74 1797:019063968164
1 # 1 #
2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. Oracle designates this 7 # published by the Free Software Foundation. Oracle designates this
144 Enable recommended warnings 144 Enable recommended warnings
145 javac.opt.Xlint.suboptlist=\ 145 javac.opt.Xlint.suboptlist=\
146 Enable or disable specific warnings 146 Enable or disable specific warnings
147 javac.opt.Xdoclint=\ 147 javac.opt.Xdoclint=\
148 Enable recommended checks for problems in javadoc comments 148 Enable recommended checks for problems in javadoc comments
149 # L10N: do not localize: all none
149 javac.opt.Xdoclint.subopts = \ 150 javac.opt.Xdoclint.subopts = \
150 (all|[-]<group>)[/<access>] 151 (all|none|[-]<group>)[/<access>]
152
153 # L10N: do not localize: accessibility html missing reference syntax
154 # L10N: do not localize: public protected package private
151 javac.opt.Xdoclint.custom=\n\ 155 javac.opt.Xdoclint.custom=\n\
152 \ Enable or disable specific checks for problems in javadoc comments,\n\ 156 \ Enable or disable specific checks for problems in javadoc comments,\n\
153 \ where <group> is one of accessibility, html, reference, or syntax,\n\ 157 \ where <group> is one of accessibility, html, missing, reference, or syntax,\n\
154 \ and <access> is one of public, protected, package, or private. 158 \ and <access> is one of public, protected, package, or private.
155 javac.opt.Xstdout=\ 159 javac.opt.Xstdout=\
156 Redirect standard output 160 Redirect standard output
157 javac.opt.X=\ 161 javac.opt.X=\
158 Print a synopsis of nonstandard options 162 Print a synopsis of nonstandard options

mercurial