langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 18005 598e2e068668
parent 17582 4079713129dd
child 19489 387a4dd51adf
equal deleted inserted replaced
18004:dcf9d59b1635 18005:598e2e068668
     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