]> granicus.if.org Git - icu/commitdiff
ICU-21957 Fix status tags for U_HIDDEN, unum_hasAttribute
authorPeter Edberg <pedberg@unicode.org>
Thu, 22 Sep 2022 16:24:27 +0000 (09:24 -0700)
committerPeter Edberg <42151464+pedberg-icu@users.noreply.github.com>
Thu, 22 Sep 2022 17:50:22 +0000 (10:50 -0700)
icu4c/source/common/unicode/platform.h
icu4c/source/i18n/unicode/unum.h

index 6d370efc31f526682dc3212f58baf9ad0f8c16a3..1605226a797037073dc95a57cd925aca2b0b1439 100644 (file)
@@ -847,6 +847,13 @@ namespace std {
 #   define U_IMPORT 
 #endif
 
+/**
+ * \def U_HIDDEN
+ * This is used to mark internal structs declared within external classes,
+ * to prevent the internal structs from having the same visibility as the
+ * class within which they are declared. 
+ * @internal
+ */
 #ifdef U_HIDDEN
     /* Use the predefined value. */
 #elif defined(__GNUC__)
index bdc5fafe5dd00bc254454191db3f171ac51f2446..a392afaaed2c2a8ba80b18ad67dd04a399c1167d 100644 (file)
@@ -1174,7 +1174,7 @@ typedef enum UNumberFormatAttribute {
 * @see unum_setDoubleAttribute
 * @see unum_getTextAttribute
 * @see unum_setTextAttribute
-* @draft ICU 72.0
+* @draft ICU 72
 */
 U_CAPI bool U_EXPORT2
 unum_hasAttribute(const UNumberFormat*          fmt,