From 7626d9e8460b96a23a345fda5e25fdfb38f2a0c4 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Fri, 9 Feb 2018 00:05:24 +0000 Subject: [PATCH] ICU-13551 Updating documentation of UNumberSignDisplay enum in ICU4C. X-SVN-Rev: 40874 --- icu4c/source/i18n/unicode/numberformatter.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/icu4c/source/i18n/unicode/numberformatter.h b/icu4c/source/i18n/unicode/numberformatter.h index be4593309e7..ac852f27e8e 100644 --- a/icu4c/source/i18n/unicode/numberformatter.h +++ b/icu4c/source/i18n/unicode/numberformatter.h @@ -253,16 +253,17 @@ typedef enum UGroupingStrategy { } UGroupingStrategy; /** - * An enum declaring how to denote positive and negative numbers. Example outputs when formatting 123 and -123 in - * en-US: + * An enum declaring how to denote positive and negative numbers. Example outputs when formatting + * 123, 0, and -123 in en-US: * - *

*

* *