ICU-10887 Fix documentation in MeasureFormat.

X-SVN-Rev: 35696
This commit is contained in:
Travis Keep 2014-05-08 22:46:37 +00:00
parent 61a5b161d3
commit b5b8492a6f

View file

@ -26,9 +26,10 @@
#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 {