mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8276236: Table headers missing in Formatter api docs
Reviewed-by: coffeys, iris
This commit is contained in:
parent
9bf31652cb
commit
92be9d8c53
1 changed files with 80 additions and 0 deletions
|
@ -388,6 +388,10 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">time</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'H'}
|
||||
* <td> Hour of the day for the 24-hour clock, formatted as two digits with
|
||||
|
@ -459,6 +463,10 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">date</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code 'B'}
|
||||
|
@ -519,6 +527,10 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">composites</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code 'R'}
|
||||
|
@ -738,6 +750,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">dgConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'b'}
|
||||
|
@ -796,6 +813,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">dFlags</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Flag
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code '-'}
|
||||
|
@ -840,6 +862,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">charConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'c'}
|
||||
|
@ -944,6 +971,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">IntConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'd'}
|
||||
|
@ -1027,6 +1059,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">intFlags</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code '+'}
|
||||
|
@ -1108,6 +1145,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">bIntConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'd'}
|
||||
|
@ -1205,6 +1247,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">floatConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'e'}
|
||||
|
@ -1442,6 +1489,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">floatConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'e'}
|
||||
|
@ -1569,6 +1621,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">DTConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 't'}
|
||||
|
@ -1592,6 +1649,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">time</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top"> {@code 'H'}
|
||||
|
@ -1687,6 +1749,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">date</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code 'B'}
|
||||
|
@ -1763,6 +1830,11 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">composites</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Unicode
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code 'R'}
|
||||
|
@ -1817,6 +1889,10 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">DTConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code '%'}
|
||||
|
@ -1845,6 +1921,10 @@ import sun.util.locale.provider.ResourceBundleBasedAdapter;
|
|||
*
|
||||
* <table class="striped">
|
||||
* <caption style="display:none">DTConv</caption>
|
||||
* <thead>
|
||||
* <tr><th scope="col" style="vertical-align:bottom"> Conversion
|
||||
* <th scope="col" style="vertical-align:bottom"> Description
|
||||
* </thead>
|
||||
* <tbody>
|
||||
*
|
||||
* <tr><th scope="row" style="vertical-align:top">{@code 'n'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue