diff --git a/icu4c/source/common/unicode/docmain.h b/icu4c/source/common/unicode/docmain.h
index 6c2d9dcfb8b..1e959cb359e 100644
--- a/icu4c/source/common/unicode/docmain.h
+++ b/icu4c/source/common/unicode/docmain.h
@@ -33,7 +33,7 @@
* then detailed member descriptions.
*
* C Programmers:
- * Use Module List or File Members
+ *
Use Module List or File Members
* to find a list of all the functions and constants.
* For example, to find BreakIterator functions you would click on
* File List,
@@ -115,7 +115,7 @@
*
* Locales |
* uloc.h |
- * icu::Locale |
+ * icu::Locale, icu::LocaleBuilder |
*
*
* Resource Bundles |
@@ -143,11 +143,16 @@
* icu::MessageFormat |
*
*
- * Number Formatting |
+ * Number Formatting (includes currency and unit formatting) |
* unumberformatter.h, unum.h |
* icu::number::NumberFormatter (ICU 60+) or icu::NumberFormat (older versions) |
*
*
+ * Number Range Formatting (includes currency and unit ranges) |
+ * (no C API) |
+ * icu::number::NumberRangeFormatter |
+ *
+ *
* Number Spellout (Rule Based Number Formatting) |
* unum.h (use UNUM_SPELLOUT) |
* icu::RuleBasedNumberFormat |