]> granicus.if.org Git - icu/commitdiff
ICU-9300 Adding links to RoundingMode user guide to ICU4C documentation.
authorShane Carr <shane@unicode.org>
Tue, 26 Sep 2017 07:59:00 +0000 (07:59 +0000)
committerShane Carr <shane@unicode.org>
Tue, 26 Sep 2017 07:59:00 +0000 (07:59 +0000)
X-SVN-Rev: 40458

icu4c/source/i18n/unicode/numfmt.h
icu4c/source/i18n/unicode/unum.h

index 9aaff0c7b8bd92dabef7f42d00876d5f757d8501..24ae1b91759a6345e9ba43983951f7f8c108ff6a 100644 (file)
@@ -170,6 +170,11 @@ class U_I18N_API NumberFormat : public Format {
 public:
     /**
      * Rounding mode.
+     *
+     * <p>
+     * For more detail on rounding modes, see:
+     * http://userguide.icu-project.org/formatparse/numbers/rounding-modes
+     *
      * @stable ICU 2.4
      */
     enum ERoundingMode {
index 065ce49c93f54e5e301cb5a17ebb317de098387e..b437307825b77dc1a8757439a5f51d6496b06e40 100644 (file)
@@ -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.
+ *
+ * <p>
+ * 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,