diff -r dcf9d59b1635 -r 598e2e068668 langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties --- a/langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties Mon Jun 03 17:09:26 2013 -0700 +++ b/langtools/src/share/classes/com/sun/tools/javac/resources/javac.properties Mon Jun 03 17:24:47 2013 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -146,11 +146,15 @@ Enable or disable specific warnings javac.opt.Xdoclint=\ Enable recommended checks for problems in javadoc comments +# L10N: do not localize: all none javac.opt.Xdoclint.subopts = \ - (all|[-])[/] + (all|none|[-])[/] + +# L10N: do not localize: accessibility html missing reference syntax +# L10N: do not localize: public protected package private javac.opt.Xdoclint.custom=\n\ \ Enable or disable specific checks for problems in javadoc comments,\n\ -\ where is one of accessibility, html, reference, or syntax,\n\ +\ where is one of accessibility, html, missing, reference, or syntax,\n\ \ and is one of public, protected, package, or private. javac.opt.Xstdout=\ Redirect standard output