langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1999, 2017, 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 |
261 Enable or disable checks in specific packages. Each <package> is either the\n\ |
261 Enable or disable checks in specific packages. Each <package> is either the\n\ |
262 qualified name of a package or a package name prefix followed by '.*', which\n\ |
262 qualified name of a package or a package name prefix followed by '.*', which\n\ |
263 expands to all sub-packages of the given package. Each <package> can be prefixed\n\ |
263 expands to all sub-packages of the given package. Each <package> can be prefixed\n\ |
264 with '-' to disable checks for the specified package or packages. |
264 with '-' to disable checks for the specified package or packages. |
265 |
265 |
|
266 javac.opt.doclint.format=\ |
|
267 Specify the format for documentation comments |
|
268 |
266 javac.opt.Xstdout=\ |
269 javac.opt.Xstdout=\ |
267 Redirect standard output |
270 Redirect standard output |
268 javac.opt.X=\ |
271 javac.opt.X=\ |
269 Print help on extra options |
272 Print help on extra options |
270 javac.opt.help=\ |
273 javac.opt.help=\ |