]> granicus.if.org Git - icu/commitdiff
ICU-8571 API cannot be both @stable and @internal, keep @stable
authorMarkus Scherer <markus.icu@gmail.com>
Wed, 3 Aug 2011 18:28:56 +0000 (18:28 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Wed, 3 Aug 2011 18:28:56 +0000 (18:28 +0000)
X-SVN-Rev: 30455

icu4c/source/common/unicode/utypes.h
icu4c/source/i18n/unicode/plurrule.h

index b212563caa7636e23df9ef0a3e06b32d220357f3..0503bbcac94a4d48107532035be370b15473e275 100644 (file)
  * ICU 1.8.x on EBCDIC, etc..
  * @stable ICU 2.0
  */
-#define U_ICUDATA_NAME    "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER  /**< @internal */
+#define U_ICUDATA_NAME    "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER
 #ifndef U_HIDE_INTERNAL_API
 #define U_USRDATA_NAME    "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER  /**< @internal */
 #define U_USE_USRDATA     1  /**< @internal */
index 43f8ea26c6a17bebb6959ac90a4d52fbbbce30f8..b26da6230b78f1dc6e2c5ac1ae410bf141595444 100644 (file)
@@ -309,7 +309,6 @@ public:
      * Returns keyword for default plural form.
      *
      * @return         keyword for default plural form.
-     * @internal 4.0
      * @stable ICU 4.0
      */
     UnicodeString getKeywordOther() const;