mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-21239 Improve docs for MeasureUnit default constructor
This commit is contained in:
parent
83ee7e662f
commit
4a255c4301
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ class U_I18N_API MeasureUnit: public UObject {
|
|||
|
||||
/**
|
||||
* Default constructor.
|
||||
* Populates the instance with the base dimensionless unit.
|
||||
* Populates the instance with the base dimensionless unit, which means that there will be
|
||||
* no unit on the formatted number.
|
||||
* @stable ICU 3.0
|
||||
*/
|
||||
MeasureUnit();
|
||||
|
|
Loading…
Add table
Reference in a new issue