Skip to content

Commit 099ec53

Browse files
committed
ICU-20438 Updating index page of C docs with new APIs and fixing links.
1 parent e6bd47a commit 099ec53

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

icu4c/source/common/unicode/docmain.h

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* then detailed member descriptions.</p>
3434
*
3535
* <h3>C Programmers:</h3>
36-
* <p>Use <a href="#Module">Module List</a> or <a href="globals.html">File Members</a>
36+
* <p>Use <a href="#Module">Module List</a> or <a href="globals_u.html">File Members</a>
3737
* to find a list of all the functions and constants.
3838
* For example, to find BreakIterator functions you would click on
3939
* <a href="files.html"> File List</a>,
@@ -115,7 +115,7 @@
115115
* <tr>
116116
* <td>Locales </td>
117117
* <td>uloc.h</a></td>
118-
* <td>icu::Locale</td>
118+
* <td>icu::Locale, icu::LocaleBuilder</td>
119119
* </tr>
120120
* <tr>
121121
* <td>Resource Bundles</td>
@@ -143,11 +143,16 @@
143143
* <td>icu::MessageFormat</td>
144144
* </tr>
145145
* <tr>
146-
* <td>Number Formatting</td>
146+
* <td>Number Formatting<br/>(includes currency and unit formatting)</td>
147147
* <td>unumberformatter.h, unum.h</td>
148148
* <td>icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions)</td>
149149
* </tr>
150150
* <tr>
151+
* <td>Number Range Formatting<br />(includes currency and unit ranges)</td>
152+
* <td>(no C API)</td>
153+
* <td>icu::number::NumberRangeFormatter</td>
154+
* </tr>
155+
* <tr>
151156
* <td>Number Spellout<br/>(Rule Based Number Formatting)</td>
152157
* <td>unum.h<br/>(use UNUM_SPELLOUT)</td>
153158
* <td>icu::RuleBasedNumberFormat</td>

0 commit comments

Comments
 (0)