javadoc.properties revision 3595:81692f730015
1#
2# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
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
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26main.errors={0} errors
27main.error={0} error
28main.warnings={0} warnings
29main.warning={0} warning
30
31main.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
32\  -overview <file>                 Read overview documentation from HTML file\n\
33\  -public                          Show only public classes and members\n\
34\  -protected                       Show protected/public classes and \n\
35\                                   members (default)\n\
36\  -package                         Show package/protected/public classes\n\
37\                                   and members\n\
38\  -private                         Show all classes and members\n\
39\  --show-members:value             Specifies which members (fields, methods\n\
40\                                   etc.) will be documented, where value can\n\
41\                                   be one of "public", "protected", "package"\n\
42\                                   or "private".\n\
43\                                   Default is protected, will show public and\n\
44\                                   protected members, "public" will show only\n\
45\                                   public members, "package" will show public,\n\
46\                                   protected and package members and \n\
47\                                   "private" will show all  members\n\
48\  --show-types:value               Specifies which types (classes, interfaces\n\
49\                                   etc.) will be documented, where value can be\n\
50\                                   one of "public", "protected", "package" or\n\
51\                                   "private".\n\
52\                                   Default is "protected", show public and\n\
53\                                   protected types, "package" will show public,\n\
54\                                   protected and package types and "private"\n\
55\                                   will show all types\n\
56\  --show-packages:value            Specifies which module's packages will be\n\
57\                                   documented. Possible values are "exported"\n\
58\                                   or "all" packages\n\
59\  --show-module-contents:value     Specifies the documentation granularity of\n\
60\                                   module declarations.\n\
61\                                   Possible values are "api" or "all".\n\
62\  --expand-requires:value          Instructs the tool to expand the "requires"\n\
63\                                   module dependencies "public" expands all the\n\
64\                                   "requires public" edges of the module graph.\n\
65\                                   "all" expands all the "requires" edges of\n\
66\                                   the module graph by default only the\n\
67\                                   specified modules will be considered.\n\
68\  -help                            Display command line options and exit\n\
69\  --module m1, m2..                Document the specified module(s)\n\
70\  -doclet <class>                  Generate output via alternate doclet\n\
71\  -docletpath <path>               Specify where to find doclet class files\n\
72\  --module-source-path <path>      Specify where to find input source files\n\
73\                                   for multiple modules\n\
74\  --upgrade-module-path <path>     Override location of upgradeable modules\n\
75\  --module-path <path>, -p <path>  Specify where to find application modules\n\
76\  --add-modules <module>(,<module>)*\n\
77\                                   Root modules to resolve in addition to the\n\
78\                                   initial modules,\n\
79\                                   or all modules on the module path if\n\
80\                                   <module> is ALL-MODULE-PATH.\n\
81\  --limit-modules <module>(,<module>)*\n\
82\                                   Limit the universe of observable modules\n\
83\  --source-path <path>             Specify where to find source files\n\
84\  -sourcepath <path>               Specify where to find source files\n\
85\  --class-path <path>              Specify where to find user class files\n\
86\  -classpath <path>                Specify where to find user class files\n\
87\  -cp <path>                       Specify where to find user class files\n\
88\  -exclude <pkglist>               Specify a list of packages to exclude\n\
89\  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
90\  -breakiterator                   Compute first sentence with BreakIterator\n\
91\  -bootclasspath <path>            Override location of platform class files\n\
92\                                   used for non-modular releases\n\
93\  --system <jdk>                   Override location of system modules used\n\
94\                                   for modular releases.\n\
95\  --release <release>              Provide source compatibility with\n\
96\                                   specified release\n\
97\  -source <release>                Provide source compatibility with\n\
98\                                   specified release\n\
99\  -extdirs <dirlist>               Override location of installed extensions\n\
100\  -verbose                         Output messages about what Javadoc is doing\n\
101\  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
102\  -encoding <name>                 Source file encoding name\n\
103\  -quiet                           Do not display status messages\n\
104\  -J<flag>                         Pass <flag> directly to the runtime system\n\
105\  -X                               Print a synopsis of nonstandard\n\
106\                                   options and exit\n
107
108main.usage.foot=\n\
109GNU-style options may use '=' instead of whitespace to separate the name of an\n\
110option from its value.\n
111
112main.Xusage=\
113\  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
114\  -Xmaxwarns <number>              Set the maximum number of warnings to print\n\
115\  --add-exports <module>/<package>=<other-module>(,<other-module>)*\n\
116\                                   Specify a package to be considered as exported\n\
117\                                   from its defining module to additional modules,\n\
118\                                   or to all unnamed modules if <other-module> is\n\
119\                                   ALL-UNNAMED.\n\
120\  --add-reads <module>=<other-module>(,<other-module>)*\n\
121\                                   Specify additional modules to be considered as\n\
122\                                   required by a given module. <other-module> may be\n\
123\                                   ALL-UNNAMED to require the unnamed module.\n\
124\  -Xmodule:<module-name>           Specify a module to which the classes being\n\
125\                                   compiled belong.\n\
126\  --patch-module <module>=<file>(:<file>)*\n\
127\                                   Override or augment a module with classes\n\
128\                                   and resources in JAR files or directories\n\
129\  -Xold                            Invoke the legacy javadoc tool\n
130
131main.Xusage.foot=\
132These options are non-standard and subject to change without notice.
133
134main.doclet.usage.header=Provided by the {0} doclet:
135
136main.requires_argument=option {0} requires an argument.
137main.invalid_flag=invalid flag: {0}
138main.No_modules_packages_or_classes_specified=No modules, packages or classes specified.
139main.module_not_found=module {0} not found.\n
140main.cant.read=cannot read {0}
141main.Loading_source_files_for_package=Loading source files for package {0}...
142main.Loading_source_file=Loading source file {0}...
143main.Building_tree=Constructing Javadoc information...
144main.no_source_files_for_package=No source files for package {0}
145main.package_not_found=Package {0} not found
146main.fatal.error=fatal error
147main.fatal.exception=fatal exception
148main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
149For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
150such as -J-Xmx32m.
151main.done_in=[done in {0} ms]
152main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
153main.doclet_could_not_set_location=Could not set location for {0}
154main.doclet_no_classloader_found=Could not obtain classloader to load {0}
155main.could_not_instantiate_class=Could not instantiate class {0}
156main.doclet_class_not_found=Cannot find doclet class {0}
157main.illegal_locale_name=Locale not available: {0}
158main.malformed_locale_name=Malformed locale name: {0}
159main.file_not_found=File not found: "{0}"
160main.file_ignored=File ignored: "{0}" (not yet supported)
161main.illegal_class_name=Illegal class name: "{0}"
162main.illegal_package_name=Illegal package name: "{0}"
163main.illegal_option_value=Illegal option value: "{0}"
164main.release.bootclasspath.conflict=option {0} cannot be used together with -release
165main.unsupported.release.version=release version {0} not supported
166main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
167main.unknown.error=an unknown error has occurred
168main.legacy_api=The old Doclet and Taglet APIs in the packages\n\
169    com.sun.javadoc, com.sun.tools.doclets and their implementations\n\
170    are planned to be removed in a future JDK release. These\n\
171    components have been superseded by the new APIs in jdk.javadoc.doclet.\n\
172    Users are strongly recommended to migrate to the new APIs.\n
173
174javadoc.class_not_found=Class {0} not found.
175javadoc.error=error
176javadoc.warning=warning
177javadoc.error.msg={0}: error - {1}
178javadoc.warning.msg={0}: warning - {1}
179javadoc.note.msg = {1}
180javadoc.note.pos.msg= {0}: {1}
181