From: Jeff Genovy <29107334+jefgen@users.noreply.github.com> Date: Mon, 9 Oct 2017 20:32:40 +0000 (+0000) Subject: ICU-13177 Fix some comments for the new NumberFormatter API. X-Git-Tag: release-60-rc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb430ebdf1b0aeadbadb5f926f9c8272137f2975;p=icu ICU-13177 Fix some comments for the new NumberFormatter API. X-SVN-Rev: 40606 --- diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index c188b3be6ad..f469ba82151 100644 --- a/icu4c/source/i18n/unicode/numberformatter.h +++ b/icu4c/source/i18n/unicode/numberformatter.h @@ -1586,7 +1586,7 @@ class U_I18N_API NumberFormatterSettings { *
* This method takes ownership of a pointer in order to work nicely with the NumberingSystem factory methods. * - * @param ns + * @param symbols * The NumberingSystem to use. * @return The fluent chain. * @see NumberingSystem @@ -1613,7 +1613,7 @@ class U_I18N_API NumberFormatterSettings { *
* The default is the SHORT width. * - * @param style + * @param width * The width to use when rendering numbers. * @return The fluent chain * @see UNumberUnitWidth @@ -1640,7 +1640,7 @@ class U_I18N_API NumberFormatterSettings { *
* The default is AUTO sign display. * - * @param style + * @param width * The sign display strategy to use when rendering numbers. * @return The fluent chain * @see UNumberSignDisplay @@ -1668,7 +1668,7 @@ class U_I18N_API NumberFormatterSettings { *
* The default is AUTO decimal separator display. * - * @param style + * @param width * The decimal separator display strategy to use when rendering numbers. * @return The fluent chain * @see UNumberDecimalSeparatorDisplay @@ -1784,7 +1784,7 @@ class U_I18N_API LocalizedNumberFormatter * Format the given integer number to a string using the settings specified in the NumberFormatter fluent * setting chain. * - * @param input + * @param value * The number to format. * @param status * Set to an ErrorCode if one occurred in the setter chain or during formatting. @@ -1797,7 +1797,7 @@ class U_I18N_API LocalizedNumberFormatter * Format the given float or double to a string using the settings specified in the NumberFormatter fluent setting * chain. * - * @param input + * @param value * The number to format. * @param status * Set to an ErrorCode if one occurred in the setter chain or during formatting. @@ -1813,7 +1813,7 @@ class U_I18N_API LocalizedNumberFormatter * as defined in the Decimal Arithmetic Specification, available at * http://speleotrove.com/decimal * - * @param input + * @param value * The number to format. * @param status * Set to an ErrorCode if one occurred in the setter chain or during formatting.