Fix Doxygen warnings
authorShane Carr <shane@unicode.org>
Fri, 24 Jan 2020 17:18:20 +0000 (09:18 -0800)
committerShane Carr <shane@unicode.org>
Fri, 24 Jan 2020 17:18:20 +0000 (09:18 -0800)
icu4c/source/i18n/unicode/measunit.h

index 6282da95ba7d29c5f1ea163e87ca70d9589022db..badc553e0bc989746b5af6cae8f936d3b9230043 100644 (file)
@@ -264,7 +264,7 @@ class U_I18N_API MeasureUnit: public UObject {
      * MeasureUnit example = MeasureUnit::forIdentifier("furlong-per-nanosecond")
      * </pre>
      *
-     * @param id The CLDR Sequence Unit Identifier
+     * @param identifier The CLDR Sequence Unit Identifier
      * @param status Set if the identifier is invalid.
      * @draft ICU 67
      */
@@ -424,6 +424,7 @@ class U_I18N_API MeasureUnit: public UObject {
      * NOTE: Only works on SINGLE and COMPOUND units. If either unit (receivee and argument) is a
      * SEQUENCE unit, an error will occur. For more information, see UMeasureUnitComplexity.
      *
+     * @param other The MeasureUnit to multiply with the target.
      * @param status Set if this or other is a SEQUENCE unit or if another error occurs.
      * @return The product of the target unit with the provided unit.
      */