From 74c98ef6fb90ee4fa12ee2578a04b4a0da58961d Mon Sep 17 00:00:00 2001 From: Yoshito Umaoka Date: Tue, 17 Jan 2012 08:15:51 +0000 Subject: [PATCH] ICU-8895 Added API status comments in ICUConfig.properties, although the tag is not processed by any tools at this moment. Added API doc for com.ibm.icu.text.MessagePattern.ApostropheMode with possible values. X-SVN-Rev: 31216 --- .../core/src/com/ibm/icu/ICUConfig.properties | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/icu4j/main/classes/core/src/com/ibm/icu/ICUConfig.properties b/icu4j/main/classes/core/src/com/ibm/icu/ICUConfig.properties index 01a5ef68d06..12950c0d920 100644 --- a/icu4j/main/classes/core/src/com/ibm/icu/ICUConfig.properties +++ b/icu4j/main/classes/core/src/com/ibm/icu/ICUConfig.properties @@ -1,6 +1,6 @@ #* #******************************************************************************* -#* Copyright (C) 2008-2011, International Business Machines Corporation and * +#* Copyright (C) 2008-2012, International Business Machines Corporation and * #* others. All Rights Reserved. * #******************************************************************************* #* This is the properties contains ICU runtime configuration @@ -9,9 +9,16 @@ # # The default TimeZone implementation type used by the ICU TimeZone # factory method. [ ICU | JDK ] -# +# @stable ICU 4.0 com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU + +# The default mode for when an apostrophe starts quoted literal text for +# MessageFormat output. See the API documentation for com.ibm.icu.text.MessagePatter +# for the details. [ DOUBLE_OPTIONAL | DOUBLE_REQUIRED ] +# @draft ICU 4.8 +com.ibm.icu.text.MessagePattern.ApostropheMode = DOUBLE_OPTIONAL + # # By default, DecimalFormat uses some internal equivalent character # data in addition to ones in DecimalFormatSymbols for parsing @@ -19,7 +26,7 @@ com.ibm.icu.util.TimeZone.DefaultTimeZoneType = ICU # DecimalFormat uses separators configured by DecimalFormatSymbols only # and does not try to find a match in the internal equivalent character # data. -# +# @internal com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false @@ -27,11 +34,11 @@ com.ibm.icu.text.DecimalFormat.SkipExtendedSeparatorParsing = false # [Internal Use Only] # Disable resource path scan for building full locale name list # at run time. -# +# @internal com.ibm.icu.impl.ICUResourceBundle.skipRuntimeLocaleResourceScan = false # # [Internal Use Only] # Time zone names service factory -# +# @internal # com.ibm.icu.text.TimeZoneNames.Factory.impl = com.ibm.icu.impl.TimeZoneNamesFactoryImpl -- 2.40.0