author | hannesw |
Tue, 27 Nov 2018 13:02:28 +0100 | |
changeset 52695 | 99eb43bc3595 |
parent 52687 | 526f5cf13972 |
child 53562 | 0d9dee001667 |
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} |
|
47395
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
14 |
doclet.Option_invalid=Invalid argument {0} for {1} option |
15354 | 15 |
doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments |
16 |
doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option |
|
31752 | 17 |
doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option |
40587 | 18 |
doclet.error.initializing.dest.dir=Error initializing destination directory: {0} |
19 |
doclet.exception.read.file=Error reading file: {0}\n\ |
|
20 |
\t({1}) |
|
21 |
doclet.exception.write.file=Error writing file: {0}\n\ |
|
22 |
\t({1}) |
|
23 |
doclet.exception.read.resource=Error reading system resource: {0}\n\ |
|
24 |
\t({1}) |
|
25 |
doclet.internal.exception=An internal exception has occurred. \n\ |
|
26 |
\t({0}) |
|
27 |
doclet.internal.report.bug=\ |
|
28 |
Please file a bug against the javadoc tool via the Java bug reporting page\n\ |
|
29 |
(http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\ |
|
30 |
for duplicates. Include error messages and the following diagnostic in your report. Thank you. |
|
10 | 31 |
doclet.File_not_found=File not found: {0} |
32 |
doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name... |
|
33 |
doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}... |
|
34 |
doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}... |
|
35 |
doclet.No_Public_Classes_To_Document=No public or protected classes found to document. |
|
40587 | 36 |
doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0} |
37 |
doclet.destination_directory_not_writable_0=Destination directory not writable: {0} |
|
10 | 38 |
doclet.Encoding_not_supported=Encoding not supported: {0} |
39 |
doclet.Building_Tree=Building tree for all the packages and classes... |
|
40 |
doclet.Building_Index=Building index for all the packages and classes... |
|
41 |
doclet.Building_Index_For_All_Classes=Building index for all classes... |
|
42 |
doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0. |
|
43261 | 43 |
doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\ |
44 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
45 |
doclet.JavaScript_in_option=option {0} contains JavaScript.\n\ |
|
46 |
Use --allow-script-in-comments to allow use of JavaScript. |
|
10 | 47 |
doclet.Packages=Packages |
47447
9887d1bc3e9c
8183037: Overview summary page should have a table with tabs for groups
bpatel
parents:
47427
diff
changeset
|
48 |
doclet.All_Packages=All Packages |
36526 | 49 |
doclet.Modules=Modules |
47447
9887d1bc3e9c
8183037: Overview summary page should have a table with tabs for groups
bpatel
parents:
47427
diff
changeset
|
50 |
doclet.All_Modules=All Modules |
10 | 51 |
doclet.Other_Packages=Other Packages |
45157
f5f796453339
8178043: Support grouping modules in unified javadoc
bpatel
parents:
44564
diff
changeset
|
52 |
doclet.Other_Modules=Other Modules |
10 | 53 |
doclet.Notice_taglet_registered=Registered Taglet {0} ... |
54 |
doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0} |
|
55 |
doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0} |
|
56 |
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 |
doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}... |
|
58 |
doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option... |
|
59 |
doclet.Author=Author: |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
60 |
doclet.DefaultValue=Default value: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
61 |
doclet.PropertyDescription=Property description: |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
62 |
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
|
63 |
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
|
64 |
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
|
65 |
doclet.PropertySetterWithName=Sets the value of the property {0}. |
10 | 66 |
doclet.Default=Default: |
67 |
doclet.Parameters=Parameters: |
|
68 |
doclet.TypeParameters=Type Parameters: |
|
69 |
doclet.Parameters_warn=@param argument "{0}" is not a parameter name. |
|
70 |
doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once. |
|
71 |
doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name. |
|
72 |
doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once. |
|
73 |
doclet.Returns=Returns: |
|
74 |
doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type. |
|
75 |
doclet.See_Also=See Also: |
|
76 |
doclet.See=See: |
|
77 |
doclet.SerialData=Serial Data: |
|
51018
591c34a66d41
8185740: The help-doc.html generated by the doclet is outdated
jjg
parents:
50240
diff
changeset
|
78 |
doclet.Services=Services |
10 | 79 |
doclet.Since=Since: |
80 |
doclet.Throws=Throws: |
|
81 |
doclet.Version=Version: |
|
82 |
doclet.Factory=Factory: |
|
83 |
doclet.UnknownTag={0} is an unknown tag. |
|
84 |
doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. |
|
85 |
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
|
86 |
# doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}" |
10 | 87 |
doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. |
88 |
doclet.Package_Summary=Package Summary |
|
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
89 |
doclet.Requires_Summary=Requires |
44564 | 90 |
doclet.Indirect_Requires_Summary=Indirect Requires |
91 |
doclet.Indirect_Exports_Summary=Indirect Exports |
|
92 |
doclet.Indirect_Opens_Summary=Indirect Opens |
|
93 |
doclet.Exported_Packages_Summary=Exports |
|
94 |
doclet.Opened_Packages_Summary=Opens |
|
95 |
doclet.Concealed_Packages_Summary=Concealed |
|
96 |
doclet.From=From |
|
42831
feff6f296019
8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents:
42816
diff
changeset
|
97 |
doclet.Packages_Summary=Packages |
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
98 |
doclet.Uses_Summary=Uses |
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
99 |
doclet.Provides_Summary=Provides |
36526 | 100 |
doclet.Module_Summary=Module Summary |
10 | 101 |
doclet.Interface_Summary=Interface Summary |
102 |
doclet.Annotation_Types_Summary=Annotation Types Summary |
|
103 |
doclet.Enum_Summary=Enum Summary |
|
104 |
doclet.Exception_Summary=Exception Summary |
|
105 |
doclet.Error_Summary=Error Summary |
|
106 |
doclet.Class_Summary=Class Summary |
|
107 |
doclet.Nested_Class_Summary=Nested Class Summary |
|
108 |
doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary |
|
109 |
doclet.Annotation_Type_Required_Member_Summary=Required Element Summary |
|
110 |
doclet.Field_Summary=Field Summary |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
111 |
doclet.Property_Summary=Property Summary |
10 | 112 |
doclet.Enum_Constant_Summary=Enum Constant Summary |
113 |
doclet.Constructor_Summary=Constructor Summary |
|
114 |
doclet.Method_Summary=Method Summary |
|
115 |
doclet.Interfaces=Interfaces |
|
116 |
doclet.Enums=Enums |
|
117 |
doclet.AnnotationTypes=Annotation Types |
|
118 |
doclet.Exceptions=Exceptions |
|
119 |
doclet.Errors=Errors |
|
120 |
doclet.Classes=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
|
121 |
doclet.packages=packages |
36526 | 122 |
doclet.modules=modules |
39670
9d1eafbf29c6
8154261: Module summary page should display directives for the module
bpatel
parents:
37009
diff
changeset
|
123 |
doclet.types=types |
10 | 124 |
doclet.All_Classes=All Classes |
125 |
doclet.All_Superinterfaces=All Superinterfaces: |
|
126 |
doclet.All_Implemented_Interfaces=All Implemented Interfaces: |
|
127 |
doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types) |
|
128 |
doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions |
|
129 |
doclet.Interface=Interface |
|
130 |
doclet.Class=Class |
|
131 |
doclet.AnnotationType=Annotation Type |
|
132 |
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
|
133 |
doclet.annotationtypes=annotation types |
10 | 134 |
doclet.Enum=Enum |
135 |
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
|
136 |
doclet.enums=enums |
10 | 137 |
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
|
138 |
doclet.interfaces=interfaces |
10 | 139 |
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
|
140 |
doclet.classes=classes |
10 | 141 |
doclet.Error=Error |
142 |
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
|
143 |
doclet.errors=errors |
10 | 144 |
doclet.Exception=Exception |
145 |
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
|
146 |
doclet.exceptions=exceptions |
48325 | 147 |
doclet.ExportedTo=Exported To Modules |
148 |
doclet.OpenedTo=Opened To Modules |
|
10 | 149 |
doclet.Package_private=(package private) |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
150 |
doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class |
47395
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
151 |
doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface |
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
152 |
doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class |
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
153 |
doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
154 |
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
|
155 |
doclet.Methods_Inherited_From_Interface=Methods inherited from interface |
47395
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
156 |
doclet.Methods_Declared_In_Class=Methods declared in class |
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
157 |
doclet.Methods_Declared_In_Interface=Methods declared in interface |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
158 |
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
|
159 |
doclet.Fields_Inherited_From_Interface=Fields inherited from interface |
47395
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
160 |
doclet.Fields_Declared_In_Class=Fields declared in class |
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
161 |
doclet.Fields_Declared_In_Interface=Fields declared in interface |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
162 |
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
|
163 |
doclet.Properties_Inherited_From_Interface=Properties inherited from interface |
47395
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
164 |
doclet.Properties_Declared_In_Class=Properties declared in class |
2ea4edfdef8e
8157000: Do not generate javadoc for overridden method with no spec change
ksrini
parents:
47216
diff
changeset
|
165 |
doclet.Properties_Declared_In_Interface=Properties declared in interface |
10 | 166 |
doclet.Annotation_Type_Member_Detail=Element Detail |
167 |
doclet.Enum_Constant_Detail=Enum Constant Detail |
|
168 |
doclet.Constants_Summary=Constant Field Values |
|
169 |
doclet.Field_Detail=Field Detail |
|
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
170 |
doclet.Property_Detail=Property Detail |
10 | 171 |
doclet.Method_Detail=Method Detail |
172 |
doclet.Constructor_Detail=Constructor Detail |
|
173 |
doclet.Deprecated=Deprecated. |
|
44564 | 174 |
doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version. |
10 | 175 |
doclet.Groupname_already_used=In -group option, groupname already used: {0} |
176 |
doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference. |
|
177 |
doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants. |
|
20264 | 178 |
doclet.value_tag_invalid_use=@value tag cannot be used here. |
10 | 179 |
doclet.dest_dir_create=Creating destination directory: "{0}" |
180 |
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
|
181 |
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
|
182 |
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
|
183 |
doclet.Member_Table_Summary={0} table, listing {1}, and an explanation |
44564 | 184 |
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
|
185 |
doclet.fields=fields |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
186 |
doclet.Fields=Fields |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
187 |
doclet.properties=properties |
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
188 |
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
|
189 |
doclet.constructors=constructors |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
190 |
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
|
191 |
doclet.methods=methods |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
192 |
doclet.Methods=Methods |
30528 | 193 |
doclet.All_Methods=All Methods |
194 |
doclet.Static_Methods=Static Methods |
|
195 |
doclet.Instance_Methods=Instance Methods |
|
196 |
doclet.Abstract_Methods=Abstract Methods |
|
197 |
doclet.Concrete_Methods=Concrete Methods |
|
198 |
doclet.Default_Methods=Default Methods |
|
199 |
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
|
200 |
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
|
201 |
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
|
202 |
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
|
203 |
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
|
204 |
doclet.enum_constants=enum constants |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
205 |
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
|
206 |
doclet.nested_classes=nested classes |
7614
cfadc977ca75
6851834: Javadoc doclet needs a structured approach to generate the output HTML.
bpatel
parents:
2320
diff
changeset
|
207 |
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
|
208 |
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
|
209 |
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
|
210 |
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
|
211 |
doclet.Type=Type |
47427 | 212 |
doclet.Modifier_and_Type=Modifier and Type |
42831
feff6f296019
8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel
parents:
42816
diff
changeset
|
213 |
doclet.Implementation=Implementation(s): |
33920 | 214 |
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
|
215 |
doclet.Field=Field |
16319
e586bfeb39c5
7112427: The doclet needs to be able to generate JavaFX documentation.
jjg
parents:
15725
diff
changeset
|
216 |
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
|
217 |
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
|
218 |
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
|
219 |
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
|
220 |
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
|
221 |
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
|
222 |
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
|
223 |
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
|
224 |
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
|
225 |
doclet.Value=Value |
51861
f7d40158eb2f
8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents:
51190
diff
changeset
|
226 |
doclet.linkMismatch_PackagedLinkedtoModule=The code being documented uses packages in the unnamed module, \ |
f7d40158eb2f
8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents:
51190
diff
changeset
|
227 |
but the packages defined in {0} are in named modules. |
f7d40158eb2f
8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents:
51190
diff
changeset
|
228 |
doclet.linkMismatch_ModuleLinkedtoPackage=The code being documented uses modules but the packages defined \ |
f7d40158eb2f
8205593: Javadoc -link makes broken links if module name matches package name
pmuthuswamy
parents:
51190
diff
changeset
|
229 |
in {0} are in the unnamed module. |
52687
526f5cf13972
8190312: javadoc -link doesn't work with http: -> https: URL redirects
jjg
parents:
51872
diff
changeset
|
230 |
doclet.urlRedirected=URL {0} was redirected to {1} -- Update the command-line options to suppress this warning. |
10 | 231 |
|
232 |
#Documentation for Enums |
|
41452 | 233 |
doclet.enum_values_doc.fullbody=\ |
234 |
Returns an array containing the constants of this enum type, in\n\ |
|
51872
a6bdb6d5f167
8173730: Stop including enhanced for-loop tip for enum values() method
darcy
parents:
51861
diff
changeset
|
235 |
the order they are declared. |
41452 | 236 |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
237 |
doclet.enum_values_doc.return=\ |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
33920
diff
changeset
|
238 |
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
|
239 |
|
41452 | 240 |
doclet.enum_valueof_doc.fullbody=\ |
241 |
Returns the enum constant of this type with the specified name.\n\ |
|
242 |
The string must match <i>exactly</i> an identifier used to declare an\n\ |
|
10 | 243 |
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
|
244 |
not permitted.) |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
245 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
246 |
doclet.enum_valueof_doc.param_name=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
247 |
the name of the enum constant to be returned. |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
248 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
249 |
doclet.enum_valueof_doc.return=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
250 |
the enum constant with the specified name |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
251 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
252 |
doclet.enum_valueof_doc.throws_ila=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
253 |
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
|
254 |
|
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
255 |
doclet.enum_valueof_doc.throws_npe=\ |
d2afcb89b0e7
8020663: Restructure some properties to facilitate better translation
jjg
parents:
16319
diff
changeset
|
256 |
if the argument is null |