-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.0
-
sparc
-
solaris_2.5
In field and method summary tables, the descriptions are indented in
the first line only. Please change the HTML so the entire description
is indented.
Currently:
+--------+----------------------------------------------------------+
| String | setValue(Object value) |
| | Called by the renderers to set the specified |
| | value to text. |
+--------+----------------------------------------------------------+
Prefer:
+--------+----------------------------------------------------------+
| String | setValue(Object value) |
| | Called by the renderers to set the specified |
| | value to text. |
+--------+----------------------------------------------------------+
This change is needed for all the summary tables:
Field Summary
Constructor Summary
Method Summary
Inner Class Summary
See Suggested Fix for the HTML.
the first line only. Please change the HTML so the entire description
is indented.
Currently:
+--------+----------------------------------------------------------+
| String | setValue(Object value) |
| | Called by the renderers to set the specified |
| | value to text. |
+--------+----------------------------------------------------------+
Prefer:
+--------+----------------------------------------------------------+
| String | setValue(Object value) |
| | Called by the renderers to set the specified |
| | value to text. |
+--------+----------------------------------------------------------+
This change is needed for all the summary tables:
Field Summary
Constructor Summary
Method Summary
Inner Class Summary
See Suggested Fix for the HTML.