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

Thu, 24 May 2018 18:02:46 +0800

author
aoqi
date
Thu, 24 May 2018 18:02:46 +0800
changeset 3446
e468915bad3a
parent 3315
6f0746b6de9f
parent 2525
2eb010b6cb22
permissions
-rw-r--r--

Merge

aoqi@0 1 #
aefimov@3315 2 # Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 main.errors={0} errors
aoqi@0 27 main.error={0} error
aoqi@0 28 main.warnings={0} warnings
aoqi@0 29 main.warning={0} warning
aoqi@0 30
aoqi@0 31 main.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
aoqi@0 32 \ -overview <file> Read overview documentation from HTML file\n\
aoqi@0 33 \ -public Show only public classes and members\n\
aoqi@0 34 \ -protected Show protected/public classes and members (default)\n\
aoqi@0 35 \ -package Show package/protected/public classes and members\n\
aoqi@0 36 \ -private Show all classes and members\n\
aoqi@0 37 \ -help Display command line options and exit\n\
aoqi@0 38 \ -doclet <class> Generate output via alternate doclet\n\
aoqi@0 39 \ -docletpath <path> Specify where to find doclet class files\n\
aoqi@0 40 \ -sourcepath <pathlist> Specify where to find source files\n\
aoqi@0 41 \ -classpath <pathlist> Specify where to find user class files\n\
aoqi@0 42 \ -cp <pathlist> Specify where to find user class files\n\
aoqi@0 43 \ -exclude <pkglist> Specify a list of packages to exclude\n\
aoqi@0 44 \ -subpackages <subpkglist> Specify subpackages to recursively load\n\
aoqi@0 45 \ -breakiterator Compute first sentence with BreakIterator\n\
aoqi@0 46 \ -bootclasspath <pathlist> Override location of class files loaded\n\
aoqi@0 47 \ by the bootstrap class loader\n\
aoqi@0 48 \ -source <release> Provide source compatibility with specified release\n\
aoqi@0 49 \ -extdirs <dirlist> Override location of installed extensions\n\
aoqi@0 50 \ -verbose Output messages about what Javadoc is doing\n\
aoqi@0 51 \ -locale <name> Locale to be used, e.g. en_US or en_US_WIN\n\
aoqi@0 52 \ -encoding <name> Source file encoding name\n\
aoqi@0 53 \ -quiet Do not display status messages\n\
aoqi@0 54 \ -J<flag> Pass <flag> directly to the runtime system\n\
aoqi@0 55 \ -X Print a synopsis of nonstandard options and exit\n
aoqi@0 56
aoqi@0 57 main.Xusage=\
aoqi@0 58 \ -Xmaxerrs <number> Set the maximum number of errors to print\n\
aoqi@0 59 \ -Xmaxwarns <number> Set the maximum number of warnings to print\n
aoqi@0 60
aoqi@0 61 main.Xusage.foot=\
aoqi@0 62 These options are non-standard and subject to change without notice.
aoqi@0 63
aoqi@0 64 main.option.already.seen=The {0} option may be specified no more than once.
aoqi@0 65 main.requires_argument=option {0} requires an argument.
aoqi@0 66 main.locale_first=option -locale must be first on the command line.
aoqi@0 67 main.invalid_flag=invalid flag: {0}
aoqi@0 68 main.No_packages_or_classes_specified=No packages or classes specified.
aoqi@0 69 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
aoqi@0 70 main.cant.read=cannot read {0}
aoqi@0 71 main.Loading_source_files_for_package=Loading source files for package {0}...
aoqi@0 72 main.Loading_source_file=Loading source file {0}...
aoqi@0 73 main.Building_tree=Constructing Javadoc information...
aoqi@0 74 main.no_source_files_for_package=No source files for package {0}
aoqi@0 75 main.fatal.error=fatal error
aoqi@0 76 main.fatal.exception=fatal exception
aoqi@0 77 main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
aoqi@0 78 For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
aoqi@0 79 such as -J-Xmx32m.
aoqi@0 80 main.done_in=[done in {0} ms]
aoqi@0 81 main.doclet_method_must_be_static=In doclet class {0}, method {1} must be static.
aoqi@0 82 main.must_return_int=In doclet class {0}, method {1} must return int.
aoqi@0 83 main.must_return_boolean=In doclet class {0}, method {1} must return boolean.
aoqi@0 84 main.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion.
aoqi@0 85 main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
aoqi@0 86 main.doclet_class_not_found=Cannot find doclet class {0}
aoqi@0 87 main.doclet_method_not_found=Doclet class {0} does not contain a {1} method
aoqi@0 88 main.doclet_method_not_accessible=In doclet class {0}, method {1} not accessible
aoqi@0 89 main.internal_error_exception_thrown=Internal error: In doclet class {0}, method {1} has thrown an exception {2}
aoqi@0 90 main.exception_thrown=In doclet class {0}, method {1} has thrown an exception {2}
aoqi@0 91 main.illegal_locale_name=Locale not available: {0}
aoqi@0 92 main.malformed_locale_name=Malformed locale name: {0}
aoqi@0 93 main.file_not_found=File not found: "{0}"
aoqi@0 94 main.illegal_package_name=Illegal package name: "{0}"
aoqi@0 95 tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1}
aoqi@0 96 tag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1}
aoqi@0 97 tag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1}
aoqi@0 98 tag.tag_has_no_arguments={0} tag has no arguments.
aoqi@0 99 tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}"
aoqi@0 100 tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2}
aoqi@0 101 tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}"
aoqi@0 102 tag.see.no_close_quote=Tag {0}: no final close quote: "{1}"
aoqi@0 103 tag.see.class_not_specified=Tag {0}: class not specified: "{1}"
aoqi@0 104 tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}"
aoqi@0 105 tag.see.malformed_see_tag=Tag {0}: malformed: "{1}"
aoqi@0 106 tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}"
aoqi@0 107 tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}"
aoqi@0 108 tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}.
aoqi@0 109 javadoc.File_Read_Error=Error while reading file {0}
aoqi@0 110 javadoc.Body_missing_from_html_file=Body tag missing from HTML file
aoqi@0 111 javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file
aoqi@0 112 javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}"
aefimov@3315 113 javadoc.JavaScript_in_comment=JavaScript found in documentation comment.\n\
aefimov@3315 114 Use --allow-script-in-comments to allow use of JavaScript.
aoqi@0 115 javadoc.class_not_found=Class {0} not found.
aoqi@0 116 javadoc.error=error
aoqi@0 117 javadoc.warning=warning
aoqi@0 118
aoqi@0 119 javadoc.error.msg={0}: error - {1}
aoqi@0 120 javadoc.warning.msg={0}: warning - {1}
aoqi@0 121 javadoc.note.msg = {1}
aoqi@0 122 javadoc.note.pos.msg= {0}: {1}

mercurial