diff --git a/icu4c/source/common/unicode/umisc.h b/icu4c/source/common/unicode/umisc.h index 3ed3860e930..7b1adb3b986 100644 --- a/icu4c/source/common/unicode/umisc.h +++ b/icu4c/source/common/unicode/umisc.h @@ -28,11 +28,20 @@ * @stable ICU 2.0 */ typedef struct UFieldPosition { - /** The field */ + /** + * The field + * @stable ICU 2.0 + */ int32_t field; - /** The start of the text range containing field */ + /** + * The start of the text range containing field + * @stable ICU 2.0 + */ int32_t beginIndex; - /** The limit of the text range containing field */ + /** + * The limit of the text range containing field + * @stable ICU 2.0 + */ int32_t endIndex; } UFieldPosition; diff --git a/icu4c/source/i18n/unicode/numfmt.h b/icu4c/source/i18n/unicode/numfmt.h index f0e15ee1567..8a515b2cacc 100644 --- a/icu4c/source/i18n/unicode/numfmt.h +++ b/icu4c/source/i18n/unicode/numfmt.h @@ -728,13 +728,13 @@ public: */ class U_I18N_API SimpleNumberFormatFactory : public NumberFormatFactory { protected: - /* + /** * True if the locale supported by this factory is visible. * @draft ICU 2.6 */ const UBool _visible; - /* + /** * The locale supported by this factory, as a UnicodeString. * @draft ICU 2.6 */