From: Markus Scherer Date: Wed, 3 Aug 2011 18:28:56 +0000 (+0000) Subject: ICU-8571 API cannot be both @stable and @internal, keep @stable X-Git-Tag: milestone-59-0-1~4601 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8aa203464dddf2ab162821e53b64f56e8949832;p=icu ICU-8571 API cannot be both @stable and @internal, keep @stable X-SVN-Rev: 30455 --- diff --git a/icu4c/source/common/unicode/utypes.h b/icu4c/source/common/unicode/utypes.h index b212563caa7..0503bbcac94 100644 --- a/icu4c/source/common/unicode/utypes.h +++ b/icu4c/source/common/unicode/utypes.h @@ -134,7 +134,7 @@ * 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 */ diff --git a/icu4c/source/i18n/unicode/plurrule.h b/icu4c/source/i18n/unicode/plurrule.h index 43f8ea26c6a..b26da6230b7 100644 --- a/icu4c/source/i18n/unicode/plurrule.h +++ b/icu4c/source/i18n/unicode/plurrule.h @@ -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;