< prev index next >

langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1997, 2015, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 1997, 2016, 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 # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 35,64 **** \ -package Show package/protected/public classes and members\n\ \ -private Show all classes and members\n\ \ -help Display command line options and exit\n\ \ -doclet <class> Generate output via alternate doclet\n\ \ -docletpath <path> Specify where to find doclet class files\n\ ! \ -sourcepath <pathlist> Specify where to find source files\n\ ! \ -classpath <pathlist> Specify where to find user class files\n\ ! \ -cp <pathlist> Specify where to find user class files\n\ \ -exclude <pkglist> Specify a list of packages to exclude\n\ \ -subpackages <subpkglist> Specify subpackages to recursively load\n\ \ -breakiterator Compute first sentence with BreakIterator\n\ ! \ -bootclasspath <pathlist> Override location of class files loaded\n\ ! \ by the bootstrap class loader\n\ \ -source <release> Provide source compatibility with specified release\n\ \ -extdirs <dirlist> Override location of installed extensions\n\ \ -verbose Output messages about what Javadoc is doing\n\ \ -locale <name> Locale to be used, e.g. en_US or en_US_WIN\n\ \ -encoding <name> Source file encoding name\n\ \ -quiet Do not display status messages\n\ \ -J<flag> Pass <flag> directly to the runtime system\n\ \ -X Print a synopsis of nonstandard options and exit\n main.Xusage=\ \ -Xmaxerrs <number> Set the maximum number of errors to print\n\ ! \ -Xmaxwarns <number> Set the maximum number of warnings to print\n main.Xusage.foot=\ These options are non-standard and subject to change without notice. main.option.already.seen=The {0} option may be specified no more than once. --- 35,92 ---- \ -package Show package/protected/public classes and members\n\ \ -private Show all classes and members\n\ \ -help Display command line options and exit\n\ \ -doclet <class> Generate output via alternate doclet\n\ \ -docletpath <path> Specify where to find doclet class files\n\ ! \ --module-source-path <path> Specify where to find input source files for multiple modules\n\ ! \ --upgrade-module-path <path> Override location of upgradeable modules\n\ ! \ --module-path <path>, -p <path> Specify where to find application modules\n\ ! \ --add-modules <module>(,<module>)*\n\ ! \ Root modules to resolve in addition to the initial modules,\n\ ! \ or all modules on the module path if <module> is ALL-MODULE-PATH.\n\ ! \ --limit-modules <module>(,<module>)*\n\ ! \ Limit the universe of observable modules\n\ ! \ --source-path <path> Specify where to find source files\n\ ! \ -sourcepath <path> Specify where to find source files\n\ ! \ -classpath <path> Specify where to find user class files\n\ ! \ -cp <path> Specify where to find user class files\n\ \ -exclude <pkglist> Specify a list of packages to exclude\n\ \ -subpackages <subpkglist> Specify subpackages to recursively load\n\ \ -breakiterator Compute first sentence with BreakIterator\n\ ! \ -bootclasspath <path> Override location of platform class files\n\ ! \ used for non-modular releases\n\ ! \ --system <jdk> Override location of system modules used\n\ ! \ for modular releases.\n\ \ -source <release> Provide source compatibility with specified release\n\ + \ --release <release> Provide source compatibility with specified release\n\ \ -extdirs <dirlist> Override location of installed extensions\n\ \ -verbose Output messages about what Javadoc is doing\n\ \ -locale <name> Locale to be used, e.g. en_US or en_US_WIN\n\ \ -encoding <name> Source file encoding name\n\ \ -quiet Do not display status messages\n\ \ -J<flag> Pass <flag> directly to the runtime system\n\ \ -X Print a synopsis of nonstandard options and exit\n + main.usage.foot=\n\ + GNU-style options may use '=' instead whitespace to separate the name of an option\n\ + from its value.\n + main.Xusage=\ \ -Xmaxerrs <number> Set the maximum number of errors to print\n\ ! \ -Xmaxwarns <number> Set the maximum number of warnings to print\n\ ! \ --add-exports <module>/<package>=<other-module>(,<other-module>)*\n\ ! \ Specify a package to be considered as exported from its \n\ ! \ defining module to additional modules, or to all unnamed \n\ ! \ modules if <other-module> is ALL-UNNAMED.\n\ ! \ --add-reads <module>=<other-module>(,<other-module>)*\n\ ! \ Specify additional modules to be considered as required by a\n\ ! \ given module. <other-module> may be ALL-UNNAMED to require\n\ ! \ the unnamed module.\n\ ! \ -Xmodule:<module-name> Specify a module to which the classes being compiled belong.\n\ ! \ --patch-module <module>=<file>(:<file>)*\n\ ! \ Override or augment a module with classes and resources\n\ ! \ in JAR files or directories\n main.Xusage.foot=\ These options are non-standard and subject to change without notice. main.option.already.seen=The {0} option may be specified no more than once.
< prev index next >