src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
changeset 49879 601277b1d582
parent 48325 e5cdedd37b78
child 50240 b9c483223a91
equal deleted inserted replaced
49878:2422d4e027b0 49879:601277b1d582
    82 doclet.UnknownTag={0} is an unknown tag.
    82 doclet.UnknownTag={0} is an unknown tag.
    83 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
    83 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
    84 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
    84 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
    85 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
    85 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
    86 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
    86 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
    87 doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
       
    88 doclet.Package_Summary=Package Summary
    87 doclet.Package_Summary=Package Summary
    89 doclet.Requires_Summary=Requires
    88 doclet.Requires_Summary=Requires
    90 doclet.Indirect_Requires_Summary=Indirect Requires
    89 doclet.Indirect_Requires_Summary=Indirect Requires
    91 doclet.Indirect_Exports_Summary=Indirect Exports
    90 doclet.Indirect_Exports_Summary=Indirect Exports
    92 doclet.Indirect_Opens_Summary=Indirect Opens
    91 doclet.Indirect_Opens_Summary=Indirect Opens