mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
Merge pull request #55 from icu-units/fix_comment_unit_converter
add comment about ratesInfo param in UnitConverter
This commit is contained in:
commit
cbed636227
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class U_I18N_API UnitConverter : public UMemory {
|
|||
*
|
||||
* @param source represents the source unit.
|
||||
* @param target represents the target unit.
|
||||
* @param ratesInfo Contains all the needed conversion rates.
|
||||
* @param status
|
||||
*/
|
||||
UnitConverter(const MeasureUnitImpl &source, const MeasureUnitImpl &target,
|
||||
|
|
Loading…
Add table
Reference in a new issue