0N/A#
910N/A# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
0N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0N/A#
0N/A# This code is free software; you can redistribute it and/or modify it
0N/A# under the terms of the GNU General Public License version 2 only, as
553N/A# published by the Free Software Foundation. Oracle designates this
0N/A# particular file as subject to the "Classpath" exception as provided
553N/A# by Oracle in the LICENSE file that accompanied this code.
0N/A#
0N/A# This code is distributed in the hope that it will be useful, but WITHOUT
0N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0N/A# version 2 for more details (a copy is included in the LICENSE file that
0N/A# accompanied this code).
0N/A#
0N/A# You should have received a copy of the GNU General Public License version
0N/A# 2 along with this work; if not, write to the Free Software Foundation,
0N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0N/A#
553N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
553N/A# or visit www.oracle.com if you need additional information or have any
553N/A# questions.
0N/A#
0N/A
0N/Amain.errors={0} errors
0N/Amain.error={0} error
0N/Amain.warnings={0} warnings
0N/Amain.warning={0} warning
0N/Amain.usage=usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
0N/A -overview <file> Read overview documentation from HTML file\n\
0N/A -public Show only public classes and members\n\
0N/A -protected Show protected/public classes and members (default)\n\
0N/A -package Show package/protected/public classes and members\n\
0N/A -private Show all classes and members\n\
0N/A -help Display command line options and exit\n\
0N/A -doclet <class> Generate output via alternate doclet\n\
0N/A -docletpath <path> Specify where to find doclet class files\n\
0N/A -sourcepath <pathlist> Specify where to find source files\n\
0N/A -classpath <pathlist> Specify where to find user class files\n\
0N/A -exclude <pkglist> Specify a list of packages to exclude\n\
0N/A -subpackages <subpkglist> Specify subpackages to recursively load\n\
0N/A -breakiterator Compute 1st sentence with BreakIterator\n\
0N/A -bootclasspath <pathlist> Override location of class files loaded\n\
0N/A\t\t\t by the bootstrap class loader\n\
0N/A -source <release> Provide source compatibility with specified release\n\
0N/A -extdirs <dirlist> Override location of installed extensions\n\
0N/A -verbose Output messages about what Javadoc is doing\n\
0N/A -locale <name> Locale to be used, e.g. en_US or en_US_WIN\n\
0N/A -encoding <name> Source file encoding name\n\
0N/A -quiet Do not display status messages\n\
583N/A -J<flag> Pass <flag> directly to the runtime system\n\
583N/A -X Print a synopsis of nonstandard options\n
583N/Amain.Xusage=\
583N/A -Xmaxerrs <number> Set the maximum number of errors to print\n\
583N/A -Xmaxwarns <number> Set the maximum number of warnings to print\n\
583N/A\n\
583N/AThese options are non-standard and subject to change without notice.
0N/Amain.option.already.seen=The {0} option may be specified no more than once.
0N/Amain.requires_argument=option {0} requires an argument.
0N/Amain.locale_first=option -locale must be first on the command line.
0N/Amain.invalid_flag=invalid flag: {0}
0N/Amain.No_packages_or_classes_specified=No packages or classes specified.
0N/Amain.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
0N/Amain.cant.read=cannot read {0}
0N/Amain.Loading_source_files_for_package=Loading source files for package {0}...
0N/Amain.Loading_source_file_for_class=Loading source file for class {0}...
0N/Amain.Loading_source_file=Loading source file {0}...
0N/Amain.Building_tree=Constructing Javadoc information...
0N/Amain.no_source_files_for_package=No source files for package {0}
0N/Amain.fatal.error=fatal error
0N/Amain.fatal.exception=fatal exception
0N/Amain.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
581N/AFor example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
0N/Asuch as -J-Xmx32m.
0N/Amain.done_in=[done in {0} ms]
0N/Amain.doclet_method_must_be_static=In doclet class {0}, method {1} must be static.
0N/Amain.must_return_int=In doclet class {0}, method {1} must return int.
0N/Amain.must_return_boolean=In doclet class {0}, method {1} must return boolean.
0N/Amain.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion.
0N/Amain.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
0N/Amain.doclet_class_not_found=Cannot find doclet class {0}
0N/Amain.doclet_method_not_found=Doclet class {0} does not contain a {1} method
0N/Amain.doclet_method_not_accessible=In doclet class {0}, method {1} not accessible
0N/Amain.internal_error_exception_thrown=Internal error: In doclet class {0}, method {1} has thrown an exception {2}
0N/Amain.exception_thrown=In doclet class {0}, method {1} has thrown an exception {2}
0N/Amain.illegal_locale_name=Locale not available: {0}
0N/Amain.malformed_locale_name=Malformed locale name: {0}
0N/Amain.file_not_found=File not found: "{0}"
0N/Amain.illegal_package_name=Illegal package name: "{0}"
0N/Atag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}
0N/Atag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1}
0N/Atag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1}
0N/Atag.tag_has_no_arguments={0} tag has no arguments.
0N/Atag.see.missing_sharp=Tag {0}: missing ''#'': "{1}"
0N/Atag.see.can_not_find_member=Tag {0}: can''t find {1} in {2}
0N/Atag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}"
0N/Atag.see.no_close_quote=Tag {0}: no final close quote: "{1}"
0N/Atag.see.class_not_found=class {0} not found for @see tag: "{1}"
0N/Atag.see.class_not_specified=Tag {0}: class not specified: "{1}"
0N/Atag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}"
0N/Atag.see.malformed_see_tag=Tag {0}: malformed: "{1}"
0N/Atag.throws.exception_not_found={0} tag, class {1} not found.
0N/Atag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}"
0N/Atag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}"
0N/Ajavadoc.File_Read_Error=Error while reading file {0}
910N/Ajavadoc.Body_missing_from_html_file=Body tag missing from HTML file
0N/Ajavadoc.End_body_missing_from_html_file=Close body tag missing from HTML file
0N/Ajavadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}"
0N/Ajavadoc.class_not_found=Class {0} not found.
0N/Ajavadoc.error=error
0N/Ajavadoc.warning=warning
0N/Atag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}.