src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File langtools Cdiff src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties

src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties

Print this page

        

*** 27,36 **** --- 27,37 ---- doclet.Building_Tree=Building tree for all the packages and classes... doclet.Building_Index=Building index for all the packages and classes... doclet.Building_Index_For_All_Classes=Building index for all classes... doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0. doclet.Packages=Packages + doclet.Profiles=Profiles doclet.Other_Packages=Other Packages doclet.Notice_taglet_registered=Registered Taglet {0} ... doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0} doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0} doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
*** 57,66 **** --- 58,68 ---- doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method. doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}" doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. doclet.Package_Summary=Package Summary + doclet.Profile_Summary=Profile Summary doclet.Interface_Summary=Interface Summary doclet.Annotation_Types_Summary=Annotation Types Summary doclet.Enum_Summary=Enum Summary doclet.Exception_Summary=Exception Summary doclet.Error_Summary=Error Summary
*** 78,87 **** --- 80,90 ---- doclet.Exceptions=Exceptions doclet.Errors=Errors doclet.Classes=Classes doclet.Packages=Packages doclet.packages=packages + doclet.profiles=profiles doclet.All_Classes=All Classes doclet.All_Superinterfaces=All Superinterfaces: doclet.All_Implemented_Interfaces=All Implemented Interfaces: doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types) doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File