author | erikj |
Tue, 12 Sep 2017 19:03:39 +0200 | |
changeset 47216 | 71c04702a3d5 |
parent 45599 | langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties@8bc3a019f948 |
child 47395 | 2ea4edfdef8e |
permissions | -rw-r--r-- |
10 | 1 |
doclet.Generating_0=Generating {0}... |
2 |
doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0} |
|
3 |
doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}. |
|
4 |
doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}. |
|
5 |
doclet.Serializable_no_customization=No readObject or writeObject method declared. |
|
6 |
doclet.Serialized_Form=Serialized Form |
|
7 |
doclet.Serialized_Form_methods=Serialization Methods |
|
8 |
doclet.Serialized_Form_fields=Serialized Fields |
|
9 |
doclet.Serialized_Form_class=Serialization Overview |
|
10 |
doclet.Class_0_implements_serializable=Class {0} implements Serializable |
|
11 |
doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable |
|
12 |
doclet.Option_conflict=Option {0} conflicts with {1} |
|
13 |
doclet.Option_reuse=Option reused: {0} |
|
15354 | 14 |
doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments |
15 |
doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option |
|
31752 | 16 |
doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option |
40587 | 17 |
doclet.error.initializing.dest.dir=Error initializing destination directory: {0} |
18 |
doclet.exception.read.file=Error reading file: {0}\n\ |
|
19 |
\t({1}) |
|
20 |
doclet.exception.write.file=Error writing file: {0}\n\ |
|
21 |
\t({1}) |
|
22 |
doclet.exception.read.resource=Error reading system resource: {0}\n\ |
|
23 |
\t({1}) |
|
24 |
doclet.internal.exception=An internal exception has occurred. \n\ |
|
25 |
\t({0}) |
|
26 |
doclet.internal.report.bug=\ |
|
27 |
Please file a bug against the javadoc tool via the Java bug reporting page\n\ |
|
28 |
(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\ |
|
29 |
for duplicates. Include error messages and the following diagnostic in your report. Thank you. |
|
10 | 30 |
doclet.File_not_found=File not found: {0} |
31 |
doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name... |
|
32 |
doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}... |
|
33 |
doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}... |
|
34 |
doclet.No_Public_Classes_To_Document=No public or protected classes found to document. |
|
40587 | 35 |
doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0} |
36 |
doclet.destination_directory_not_writable_0=Destination directory not writable: {0} |
|
10 | 37 |
doclet.Encoding_not_supported=Encoding not supported: {0} |
38 |
doclet.Building_Tree=Building tree for all the packages and classes... |
|
39 |
doclet.Building_Index=Building index for all the packages and classes... |
|
40 |
doclet.Building_Index_For_All_Classes=Building index for all classes... |
|
41 |
doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0. |
|
43261 | 42 |
doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\ |
43 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
44 |
doclet.JavaScript_in_option=option {0} contains JavaScript.\n\ |
|
45 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
10 | 46 |
doclet.Packages=Packages |
36526 | 47 |
doclet.Modules=Modules |
10 | 48 |
doclet.Other_Packages=Other Packages |
45157
f5f796453339
8178043: Support grouping modules in unified javadoc
bpatel
parents:
44564
diff
changeset
|
49 |
doclet.Other_Modules=Other Modules |
10 | 50 |
doclet.Notice_taglet_registered=Registered Taglet {0} ... |
51 |
doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0} |
|
52 |
doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0} |
|
53 |
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. |
|
54 |
doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}... |
|
55 |
doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option... |
|
56 |
doclet.Author=Author: |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
57 |
doclet.DefaultValue=Default value: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
58 |
doclet.PropertyDescription=Property description: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
59 |
doclet.PropertyGetter=Gets the value of the property |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
60 |
doclet.PropertySetter=Sets the value of the property |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
61 |
doclet.PropertyGetterWithName=Gets the value of the property {0}. |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
62 |
doclet.PropertySetterWithName=Sets the value of the property {0}. |
10 | 63 |
doclet.Default=Default: |
64 |
doclet.Parameters=Parameters: |
|
65 |
doclet.TypeParameters=Type Parameters: |
|
66 |
doclet.Parameters_warn=@param argument "{0}" is not a parameter name. |
|
67 |
doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once. |
|
68 |
doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name. |
|
69 |
doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once. |
|
70 |
doclet.Returns=Returns: |
|
71 |
doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type. |
|
72 |
doclet.See_Also=See Also: |
|
73 |
doclet.See=See: |
|
74 |
doclet.SerialData=Serial Data: |
|
75 |
doclet.Since=Since: |
|
76 |
doclet.Throws=Throws: |
|
77 |
doclet.Version=Version: |
|
78 |
doclet.Factory=Factory: |
|
79 |
doclet.UnknownTag={0} is an unknown tag. |
|
80 |
doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. |
|
81 |
doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method. |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
82 |
# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}" |
10 | 83 |
doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
84 |
doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters. |
10 | 85 |
doclet.Package_Summary=Package Summary |
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
86 |
doclet.Requires_Summary=Requires |
44564 | 87 |
doclet.Indirect_Requires_Summary=Indirect Requires |
88 |
doclet.Indirect_Exports_Summary=Indirect Exports |
|
89 |
doclet.Indirect_Opens_Summary=Indirect Opens |
|
90 |
doclet.Exported_Packages_Summary=Exports |
|
91 |
doclet.Opened_Packages_Summary=Opens |
|
92 |
doclet.Concealed_Packages_Summary=Concealed |
|
93 |
doclet.From=From |
|
42831
feff6f296019
8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents:
42816
diff
changeset
|
94 |
doclet.Packages_Summary=Packages |
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
95 |
doclet.Uses_Summary=Uses |
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
96 |
doclet.Provides_Summary=Provides |
36526 | 97 |
doclet.Module_Summary=Module Summary |
10 | 98 |
doclet.Interface_Summary=Interface Summary |
99 |
doclet.Annotation_Types_Summary=Annotation Types Summary |
|
100 |
doclet.Enum_Summary=Enum Summary |
|
101 |
doclet.Exception_Summary=Exception Summary |
|
102 |
doclet.Error_Summary=Error Summary |
|
103 |
doclet.Class_Summary=Class Summary |
|
104 |
doclet.Nested_Class_Summary=Nested Class Summary |
|
105 |
doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary |
|
106 |
doclet.Annotation_Type_Required_Member_Summary=Required Element Summary |
|
107 |
doclet.Field_Summary=Field Summary |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
108 |
doclet.Property_Summary=Property Summary |
10 | 109 |
doclet.Enum_Constant_Summary=Enum Constant Summary |
110 |
doclet.Constructor_Summary=Constructor Summary |
|
111 |
doclet.Method_Summary=Method Summary |
|
112 |
doclet.Interfaces=Interfaces |
|
113 |
doclet.Enums=Enums |
|
114 |
doclet.AnnotationTypes=Annotation Types |
|
115 |
doclet.Exceptions=Exceptions |
|
116 |
doclet.Errors=Errors |
|
117 |
doclet.Classes=Classes |
|
118 |
doclet.Packages=Packages |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
119 |
doclet.packages=packages |
36526 | 120 |
doclet.modules=modules |
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
121 |
doclet.types=types |
10 | 122 |
doclet.All_Classes=All Classes |
123 |
doclet.All_Superinterfaces=All Superinterfaces: |
|
124 |
doclet.All_Implemented_Interfaces=All Implemented Interfaces: |
|
125 |
doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types) |
|
126 |
doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions |
|
127 |
doclet.Interface=Interface |
|
128 |
doclet.Class=Class |
|
129 |
doclet.AnnotationType=Annotation Type |
|
130 |
doclet.annotationtype=annotation type |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
131 |
doclet.annotationtypes=annotation types |
10 | 132 |
doclet.Enum=Enum |
133 |
doclet.enum=enum |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
134 |
doclet.enums=enums |
10 | 135 |
doclet.interface=interface |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
136 |
doclet.interfaces=interfaces |
10 | 137 |
doclet.class=class |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
138 |
doclet.classes=classes |
10 | 139 |
doclet.Error=Error |
140 |
doclet.error=error |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
141 |
doclet.errors=errors |
10 | 142 |
doclet.Exception=Exception |
143 |
doclet.exception=exception |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
144 |
doclet.exceptions=exceptions |
10 | 145 |
doclet.Package_private=(package private) |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
146 |
doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
147 |
doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
148 |
doclet.Methods_Inherited_From_Class=Methods inherited from class |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
149 |
doclet.Methods_Inherited_From_Interface=Methods inherited from interface |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
150 |
doclet.Fields_Inherited_From_Class=Fields inherited from class |
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
151 |
doclet.Fields_Inherited_From_Interface=Fields inherited from interface |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
152 |
doclet.Properties_Inherited_From_Class=Properties inherited from class |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
153 |
doclet.Properties_Inherited_From_Interface=Properties inherited from interface |
10 | 154 |
doclet.Annotation_Type_Member_Detail=Element Detail |
155 |
doclet.Enum_Constant_Detail=Enum Constant Detail |
|
156 |
doclet.Constants_Summary=Constant Field Values |
|
157 |
doclet.Field_Detail=Field Detail |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
158 |
doclet.Property_Detail=Property Detail |
10 | 159 |
doclet.Method_Detail=Method Detail |
160 |
doclet.Constructor_Detail=Constructor Detail |
|
161 |
doclet.Deprecated=Deprecated. |
|
44564 | 162 |
doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version. |
37009
476d8d615222
8073100: [javadoc] Provide an ability to suppress document generation for specific elements.
ksrini
parents:
36526
diff
changeset
|
163 |
doclet.Hidden=Hidden |
10 | 164 |
doclet.Groupname_already_used=In -group option, groupname already used: {0} |
165 |
doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference. |
|
166 |
doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants. |
|
20264 | 167 |
doclet.value_tag_invalid_use=@value tag cannot be used here. |
10 | 168 |
doclet.dest_dir_create=Creating destination directory: "{0}" |
169 |
doclet.in={0} in {1} |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
170 |
doclet.Use_Table_Summary=Use table, listing {0}, and an explanation |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
171 |
doclet.Constants_Table_Summary={0} table, listing constant fields, and values |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
172 |
doclet.Member_Table_Summary={0} table, listing {1}, and an explanation |
44564 | 173 |
doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2} |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
174 |
doclet.fields=fields |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
175 |
doclet.Fields=Fields |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
176 |
doclet.properties=properties |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
177 |
doclet.Properties=Properties |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
178 |
doclet.constructors=constructors |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
179 |
doclet.Constructors=Constructors |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
180 |
doclet.methods=methods |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
181 |
doclet.Methods=Methods |
30528 | 182 |
doclet.All_Methods=All Methods |
183 |
doclet.Static_Methods=Static Methods |
|
184 |
doclet.Instance_Methods=Instance Methods |
|
185 |
doclet.Abstract_Methods=Abstract Methods |
|
186 |
doclet.Concrete_Methods=Concrete Methods |
|
187 |
doclet.Default_Methods=Default Methods |
|
188 |
doclet.Deprecated_Methods=Deprecated Methods |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
189 |
doclet.annotation_type_optional_members=optional elements |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
190 |
doclet.Annotation_Type_Optional_Members=Optional Elements |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
191 |
doclet.annotation_type_required_members=required elements |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
192 |
doclet.Annotation_Type_Required_Members=Required Elements |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
193 |
doclet.enum_constants=enum constants |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
194 |
doclet.Enum_Constants=Enum Constants |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
195 |
doclet.nested_classes=nested classes |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
196 |
doclet.Nested_Classes=Nested Classes |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
197 |
doclet.subclasses=subclasses |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
198 |
doclet.subinterfaces=subinterfaces |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
199 |
doclet.Modifier=Modifier |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
200 |
doclet.Type=Type |
42831
feff6f296019
8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents:
42816
diff
changeset
|
201 |
doclet.Implementation=Implementation(s): |
33920 | 202 |
doclet.Types=Types |
203 |
doclet.Members=Members |
|
204 |
doclet.SearchTags=SearchTags |
|
205 |
doclet.search=SEARCH: |
|
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
206 |
doclet.Field=Field |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
207 |
doclet.Property=Property |
2320
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
208 |
doclet.Constructor=Constructor |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
209 |
doclet.Method=Method |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
210 |
doclet.Annotation_Type_Optional_Member=Optional Element |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
211 |
doclet.Annotation_Type_Required_Member=Required Element |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
212 |
doclet.Annotation_Type_Member=Annotation Type Element |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
213 |
doclet.Enum_Constant=Enum Constant |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
214 |
doclet.Class=Class |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
215 |
doclet.Description=Description |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
216 |
doclet.ConstantField=Constant Field |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
217 |
doclet.Value=Value |
5b8c377175f4
6786688: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
bpatel
parents:
10
diff
changeset
|
218 |
doclet.0_and_1={0} and {1} |
10 | 219 |
|
220 |
#Documentation for Enums |
|
41452 | 221 |
doclet.enum_values_doc.fullbody=\ |
222 |
Returns an array containing the constants of this enum type, in\n\ |
|
223 |
the order they are declared. This method may be used to iterate\n\ |
|
10 | 224 |
over the constants as follows:\n\ |
225 |
<pre>\n\ |
|
226 |
for ({0} c : {0}.values())\n\ |
|
227 |
System.out.println(c);\n\ |
|
19510
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
228 |
</pre> |
41452 | 229 |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
230 |
doclet.enum_values_doc.return=\ |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
231 |
an array containing the constants of this enum type, in the order they are declared |
19510
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
232 |
|
41452 | 233 |
doclet.enum_valueof_doc.fullbody=\ |
234 |
Returns the enum constant of this type with the specified name.\n\ |
|
235 |
The string must match <i>exactly</i> an identifier used to declare an\n\ |
|
10 | 236 |
enum constant in this type. (Extraneous whitespace characters are \n\ |
19510
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
237 |
not permitted.) |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
238 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
239 |
doclet.enum_valueof_doc.param_name=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
240 |
the name of the enum constant to be returned. |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
241 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
242 |
doclet.enum_valueof_doc.return=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
243 |
the enum constant with the specified name |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
244 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
245 |
doclet.enum_valueof_doc.throws_ila=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
246 |
if this enum type has no constant with the specified name |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
247 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
248 |
doclet.enum_valueof_doc.throws_npe=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
249 |
if the argument is null |