langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 29427 44f4e6905b67
parent 27387 54142fc27e8a
child 30017 e36081ad2470
equal deleted inserted replaced
29426:1e47176eefb9 29427:44f4e6905b67
   226 # L10N: do not localize: public protected package private
   226 # L10N: do not localize: public protected package private
   227 javac.opt.Xdoclint.custom=\n\
   227 javac.opt.Xdoclint.custom=\n\
   228 \        Enable or disable specific checks for problems in javadoc comments,\n\
   228 \        Enable or disable specific checks for problems in javadoc comments,\n\
   229 \        where <group> is one of accessibility, html, missing, reference, or syntax,\n\
   229 \        where <group> is one of accessibility, html, missing, reference, or syntax,\n\
   230 \        and <access> is one of public, protected, package, or private.
   230 \        and <access> is one of public, protected, package, or private.
       
   231 
       
   232 javac.opt.Xdoclint.package.args = \
       
   233     ([-]<packages>)
       
   234 
       
   235 javac.opt.Xdoclint.package.desc=\n\
       
   236 \        Enable or disable checks in specific packages. <packages> is a comma separated\n\
       
   237 \        list of package specifiers. Package specifier is either a qualified name of a package\n\
       
   238 \        or a package name prefix followed by '.*', which expands to all sub-packages of\n\
       
   239 \        the given package. Prefix the package specifier with '-' to disable checks for\n\
       
   240 \        the specified packages.
       
   241 
   231 javac.opt.Xstdout=\
   242 javac.opt.Xstdout=\
   232     Redirect standard output
   243     Redirect standard output
   233 javac.opt.X=\
   244 javac.opt.X=\
   234     Print a synopsis of nonstandard options
   245     Print a synopsis of nonstandard options
   235 javac.opt.help=\
   246 javac.opt.help=\