javadoc.properties revision 3294:9adfb22ff08f
1279377Simp#
2279377Simp# Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
3279377Simp# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4279377Simp#
5279377Simp# This code is free software; you can redistribute it and/or modify it
6279377Simp# under the terms of the GNU General Public License version 2 only, as
7279377Simp# published by the Free Software Foundation.  Oracle designates this
8279377Simp# particular file as subject to the "Classpath" exception as provided
9279377Simp# by Oracle in the LICENSE file that accompanied this code.
10279377Simp#
11279377Simp# This code is distributed in the hope that it will be useful, but WITHOUT
12279377Simp# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13279377Simp# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14279377Simp# version 2 for more details (a copy is included in the LICENSE file that
15279377Simp# accompanied this code).
16279377Simp#
17279377Simp# You should have received a copy of the GNU General Public License version
18279377Simp# 2 along with this work; if not, write to the Free Software Foundation,
19279377Simp# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20279377Simp#
21279377Simp# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22279377Simp# or visit www.oracle.com if you need additional information or have any
23279377Simp# questions.
24279377Simp#
25279377Simp
26279377Simpmain.errors={0} errors
27279377Simpmain.error={0} error
28279377Simpmain.warnings={0} warnings
29279377Simpmain.warning={0} warning
30279377Simp
31279377Simpmain.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
32279377Simp\  -overview <file>                 Read overview documentation from HTML file\n\
33295011Sandrew\  -public                          Show only public classes and members\n\
34295011Sandrew\  -protected                       Show protected/public classes and members (default)\n\
35295011Sandrew\  -package                         Show package/protected/public classes and members\n\
36279377Simp\  -private                         Show all classes and members\n\
37279377Simp\  -help                            Display command line options and exit\n\
38279377Simp\  -doclet <class>                  Generate output via alternate doclet\n\
39279377Simp\  -docletpath <path>               Specify where to find doclet class files\n\
40279377Simp\  -sourcepath <pathlist>           Specify where to find source files\n\
41279377Simp\  -classpath <pathlist>            Specify where to find user class files\n\
42295011Sandrew\  -cp <pathlist>                   Specify where to find user class files\n\
43295011Sandrew\  -exclude <pkglist>               Specify a list of packages to exclude\n\
44295011Sandrew\  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
45295011Sandrew\  -breakiterator                   Compute first sentence with BreakIterator\n\
46295011Sandrew\  -bootclasspath <pathlist>        Override location of class files loaded\n\
47295011Sandrew\                                   by the bootstrap class loader\n\
48295011Sandrew\  -source <release>                Provide source compatibility with specified release\n\
49295011Sandrew\  -extdirs <dirlist>               Override location of installed extensions\n\
50279377Simp\  -verbose                         Output messages about what Javadoc is doing\n\
51279377Simp\  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
52279377Simp\  -encoding <name>                 Source file encoding name\n\
53279377Simp\  -quiet                           Do not display status messages\n\
54279377Simp\  -J<flag>                         Pass <flag> directly to the runtime system\n\
55279377Simp\  -X                               Print a synopsis of nonstandard options and exit\n
56279377Simp
57279377Simpmain.Xusage=\
58279377Simp\  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
59295011Sandrew\  -Xmaxwarns <number>              Set the maximum number of warnings to print\n
60295011Sandrew
61295011Sandrewmain.Xusage.foot=\
62295011SandrewThese options are non-standard and subject to change without notice.
63295011Sandrew
64295011Sandrewmain.doclet.usage.header=Provided by the {0} doclet:
65295011Sandrew
66295011Sandrewmain.option.already.seen=The {0} option may be specified no more than once.
67295011Sandrewmain.requires_argument=option {0} requires an argument.
68295011Sandrewmain.invalid_flag=invalid flag: {0}
69295011Sandrewmain.No_packages_or_classes_specified=No packages or classes specified.
70295011Sandrewmain.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
71295011Sandrewmain.cant.read=cannot read {0}
72295011Sandrewmain.Loading_source_files_for_package=Loading source files for package {0}...
73295011Sandrewmain.Loading_source_file=Loading source file {0}...
74295011Sandrewmain.Building_tree=Constructing Javadoc information...
75295011Sandrewmain.no_source_files_for_package=No source files for package {0}
76295011Sandrewmain.fatal.error=fatal error
77295011Sandrewmain.fatal.exception=fatal exception
78295011Sandrewmain.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
79279377SimpFor example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
80279377Simpsuch as -J-Xmx32m.
81279377Simpmain.done_in=[done in {0} ms]
82main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
83main.doclet_no_classloader_found=Could not obtain classloader to load {0}
84main.could_not_instantiate_class=Could not instantiate class {0}
85main.doclet_class_not_found=Cannot find doclet class {0}
86main.illegal_locale_name=Locale not available: {0}
87main.malformed_locale_name=Malformed locale name: {0}
88main.file_not_found=File not found: "{0}"
89main.file_ignored=File ignored: "{0}" (not yet supported)
90main.illegal_class_name=Illegal class name: "{0}"
91main.illegal_package_name=Illegal package name: "{0}"
92main.release.bootclasspath.conflict=option {0} cannot be used together with -release
93main.unsupported.release.version=release version {0} not supported
94main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
95main.unknown.error=an unknown error has occurred
96javadoc.class_not_found=Class {0} not found.
97javadoc.error=error
98javadoc.warning=warning
99
100javadoc.error.msg={0}: error - {1}
101javadoc.warning.msg={0}: warning - {1}
102javadoc.note.msg = {1}
103javadoc.note.pos.msg= {0}: {1}
104