src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties

Print this page

        

*** 59,71 **** \ -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. main.requires_argument=option {0} requires an argument. - main.locale_first=option -locale must be first on the command line. main.invalid_flag=invalid flag: {0} main.No_packages_or_classes_specified=No packages or classes specified. main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. main.cant.read=cannot read {0} main.Loading_source_files_for_package=Loading source files for package {0}... --- 59,72 ---- \ -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.doclet.usage.header=Provided by the {0} doclet: + main.option.already.seen=The {0} option may be specified no more than once. main.requires_argument=option {0} requires an argument. main.invalid_flag=invalid flag: {0} main.No_packages_or_classes_specified=No packages or classes specified. main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. main.cant.read=cannot read {0} main.Loading_source_files_for_package=Loading source files for package {0}...
*** 76,121 **** main.fatal.exception=fatal exception main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\ For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\ such as -J-Xmx32m. main.done_in=[done in {0} ms] - main.doclet_method_must_be_static=In doclet class {0}, method {1} must be static. - main.must_return_int=In doclet class {0}, method {1} must return int. - main.must_return_boolean=In doclet class {0}, method {1} must return boolean. - main.must_return_languageversion=In doclet class {0}, method {1} must return LanguageVersion. main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}). main.doclet_class_not_found=Cannot find doclet class {0} - main.doclet_method_not_found=Doclet class {0} does not contain a {1} method - main.doclet_method_not_accessible=In doclet class {0}, method {1} not accessible - main.internal_error_exception_thrown=Internal error: In doclet class {0}, method {1} has thrown an exception {2} - main.exception_thrown=In doclet class {0}, method {1} has thrown an exception {2} main.illegal_locale_name=Locale not available: {0} main.malformed_locale_name=Malformed locale name: {0} main.file_not_found=File not found: "{0}" main.illegal_class_name=Illegal class name: "{0}" main.illegal_package_name=Illegal package name: "{0}" main.release.bootclasspath.conflict=option {0} cannot be used together with -release main.unsupported.release.version=release version {0} not supported main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager. ! tag.illegal_char_in_arr_dim=Tag {0}: Syntax Error in array dimension, method parameters: {1} ! tag.illegal_see_tag=Tag {0}: Syntax Error in method parameters: {1} ! tag.missing_comma_space=Tag {0}: Missing comma or space in method parameters: {1} ! tag.tag_has_no_arguments={0} tag has no arguments. ! tag.see.missing_sharp=Tag {0}: missing ''#'': "{1}" ! tag.see.can_not_find_member=Tag {0}: can''t find {1} in {2} ! tag.see.no_close_bracket_on_url=Tag {0}: missing final ''>'': "{1}" ! tag.see.no_close_quote=Tag {0}: no final close quote: "{1}" ! tag.see.class_not_specified=Tag {0}: class not specified: "{1}" ! tag.see.illegal_character=Tag {0}:illegal character: "{1}" in "{2}" ! tag.see.malformed_see_tag=Tag {0}: malformed: "{1}" ! tag.End_delimiter_missing_for_possible_SeeTag=End Delimiter } missing for possible See Tag in comment string: "{0}" ! tag.Improper_Use_Of_Link_Tag=Missing closing ''}'' character for inline tag: "{0}" ! tag.serialField.illegal_character=illegal character {0} in @serialField tag: {1}. ! javadoc.File_Read_Error=Error while reading file {0} ! javadoc.Body_missing_from_html_file=Body tag missing from HTML file ! javadoc.End_body_missing_from_html_file=Close body tag missing from HTML file ! javadoc.Multiple_package_comments=Multiple sources of package comments found for package "{0}" javadoc.class_not_found=Class {0} not found. javadoc.error=error javadoc.warning=warning javadoc.error.msg={0}: error - {1} --- 77,99 ---- main.fatal.exception=fatal exception main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\ For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\ such as -J-Xmx32m. main.done_in=[done in {0} ms] main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}). + main.doclet_no_classloader_found=Could not obtain classloader to load {0} + main.could_not_instantiate_class=Could not instantiate class {0} main.doclet_class_not_found=Cannot find doclet class {0} main.illegal_locale_name=Locale not available: {0} main.malformed_locale_name=Malformed locale name: {0} main.file_not_found=File not found: "{0}" main.illegal_class_name=Illegal class name: "{0}" main.illegal_package_name=Illegal package name: "{0}" main.release.bootclasspath.conflict=option {0} cannot be used together with -release main.unsupported.release.version=release version {0} not supported main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager. ! main.unknown.error=an unknown error has occurred javadoc.class_not_found=Class {0} not found. javadoc.error=error javadoc.warning=warning javadoc.error.msg={0}: error - {1}