From: Shane Carr Date: Tue, 26 Sep 2017 07:59:00 +0000 (+0000) Subject: ICU-9300 Adding links to RoundingMode user guide to ICU4C documentation. X-Git-Tag: release-60-rc~98^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60010891382b7fc42825a523d5b4958d5c01a9e4;p=icu ICU-9300 Adding links to RoundingMode user guide to ICU4C documentation. X-SVN-Rev: 40458 --- diff --git a/icu4c/source/i18n/unicode/numfmt.h b/icu4c/source/i18n/unicode/numfmt.h index 9aaff0c7b8b..24ae1b91759 100644 --- a/icu4c/source/i18n/unicode/numfmt.h +++ b/icu4c/source/i18n/unicode/numfmt.h @@ -170,6 +170,11 @@ class U_I18N_API NumberFormat : public Format { public: /** * Rounding mode. + * + *

+ * For more detail on rounding modes, see: + * http://userguide.icu-project.org/formatparse/numbers/rounding-modes + * * @stable ICU 2.4 */ enum ERoundingMode { diff --git a/icu4c/source/i18n/unicode/unum.h b/icu4c/source/i18n/unicode/unum.h index 065ce49c93f..b437307825b 100644 --- a/icu4c/source/i18n/unicode/unum.h +++ b/icu4c/source/i18n/unicode/unum.h @@ -264,8 +264,13 @@ typedef enum UNumberFormatStyle { UNUM_IGNORE = UNUM_PATTERN_DECIMAL } UNumberFormatStyle; -/** The possible number format rounding modes. - * @stable ICU 2.0 +/** The possible number format rounding modes. + * + *

+ * For more detail on rounding modes, see: + * http://userguide.icu-project.org/formatparse/numbers/rounding-modes + * + * @stable ICU 2.0 */ typedef enum UNumberFormatRoundingMode { UNUM_ROUND_CEILING,