]> granicus.if.org Git - icu/commitdiff
ICU-10887 Fix documentation in MeasureFormat.
authorTravis Keep <keep94@gmail.com>
Thu, 8 May 2014 22:46:37 +0000 (22:46 +0000)
committerTravis Keep <keep94@gmail.com>
Thu, 8 May 2014 22:46:37 +0000 (22:46 +0000)
X-SVN-Rev: 35696

icu4c/source/i18n/unicode/measfmt.h

index f71c4dbf59a02e805782888ba2b798d2a46729bc..188aefdf84066a0e10833932424ced1d447d0254 100644 (file)
 #ifndef U_HIDE_DRAFT_API
 /**
  * Constants for various widths.
- * There are 3 widths: Wide, Short, Narrow.
+ * There are 4 widths: Wide, Short, Narrow, Numeric.
  * For example, for English, when formatting "3 hours"
- * Wide is "3 hours"; short is "3 hrs"; narrow is "3h"
+ * Wide is "3 hours"; short is "3 hrs"; narrow is "3h";
+ * formatting "3 hours 17 minutes" as numeric give "3:17"
  * @draft ICU 53
  */
 enum UMeasureFormatWidth {