From b2427b6e75f8a7e75ef7cd44170f24a20c0b0b05 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sat, 10 May 2003 00:17:35 +0000 Subject: [PATCH] ICU-2589 Fix some doxygen warnings. X-SVN-Rev: 11880 --- icu4c/source/i18n/unicode/calendar.h | 4 ++-- icu4c/source/i18n/unicode/choicfmt.h | 14 +++++++------- icu4c/source/i18n/unicode/datefmt.h | 6 +++--- icu4c/source/i18n/unicode/decimfmt.h | 2 +- icu4c/source/i18n/unicode/utrans.h | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/icu4c/source/i18n/unicode/calendar.h b/icu4c/source/i18n/unicode/calendar.h index 1f6378cbc80..fe3fd83e70b 100644 --- a/icu4c/source/i18n/unicode/calendar.h +++ b/icu4c/source/i18n/unicode/calendar.h @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 1997-2002, International Business Machines +* Copyright (C) 1997-2003, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -711,7 +711,7 @@ public: * Sets the calendar's time zone to be the same as the one passed in. The TimeZone * passed in is _not_ adopted; the client is still responsible for deleting it. * - * @param value The given time zone. + * @param zone The given time zone. * @stable ICU 2.0 */ void setTimeZone(const TimeZone& zone); diff --git a/icu4c/source/i18n/unicode/choicfmt.h b/icu4c/source/i18n/unicode/choicfmt.h index 7288346851a..f40d98809c0 100644 --- a/icu4c/source/i18n/unicode/choicfmt.h +++ b/icu4c/source/i18n/unicode/choicfmt.h @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 1997-2001, International Business Machines +* Copyright (C) 1997-2003, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -15,7 +15,7 @@ * boolean array. * 4/10/97 aliu Clean up. Modified to work on AIX. * 8/6/97 nos Removed overloaded constructor, member var 'buffer'. -* 07/22/98 stephen Removed operator!= (implemented in Format) +* 07/22/98 stephen Removed operator!= (implemented in Format) ******************************************************************************** */ @@ -253,7 +253,7 @@ public: * pattern cannot be parsed, set to failure code. * @stable ICU 2.0 */ - ChoiceFormat(const UnicodeString& newPattern, + ChoiceFormat(const UnicodeString& pattern, UErrorCode& status); @@ -296,18 +296,18 @@ public: /** * Copy constructor. * - * @param ChoiceFormat object to be copied from + * @param that ChoiceFormat object to be copied from * @stable ICU 2.0 */ - ChoiceFormat(const ChoiceFormat&); + ChoiceFormat(const ChoiceFormat& that); /** * Assignment operator. * - * @param ChoiceFormat object to be copied + * @param that ChoiceFormat object to be copied * @stable ICU 2.0 */ - const ChoiceFormat& operator=(const ChoiceFormat&); + const ChoiceFormat& operator=(const ChoiceFormat& that); /** * Destructor. diff --git a/icu4c/source/i18n/unicode/datefmt.h b/icu4c/source/i18n/unicode/datefmt.h index 340e18196b5..5eca31954e6 100644 --- a/icu4c/source/i18n/unicode/datefmt.h +++ b/icu4c/source/i18n/unicode/datefmt.h @@ -1,6 +1,6 @@ /* ******************************************************************************** -* Copyright (C) 1997-2001, International Business Machines +* Copyright (C) 1997-2003, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * @@ -11,7 +11,7 @@ * Date Name Description * 02/19/97 aliu Converted from java. * 04/01/97 aliu Added support for centuries. -* 07/23/98 stephen JDK 1.2 sync +* 07/23/98 stephen JDK 1.2 sync * 11/15/99 weiv Added support for week of year/day of week formatting ******************************************************************************** */ @@ -572,7 +572,7 @@ public: /** * Allows you to set the number formatter. - * @param formatToAdopt NumberFormat object to be set. + * @param newNumberFormat NumberFormat object to be set. * @stable ICU 2.0 */ virtual void setNumberFormat(const NumberFormat& newNumberFormat); diff --git a/icu4c/source/i18n/unicode/decimfmt.h b/icu4c/source/i18n/unicode/decimfmt.h index f7b22ee34b3..448f44a8ead 100644 --- a/icu4c/source/i18n/unicode/decimfmt.h +++ b/icu4c/source/i18n/unicode/decimfmt.h @@ -467,7 +467,7 @@ public: */ virtual void parse(const UnicodeString& text, Formattable& result, - UErrorCode& error) const; + UErrorCode& status) const; /** * Returns the decimal format symbols, which is generally not changed diff --git a/icu4c/source/i18n/unicode/utrans.h b/icu4c/source/i18n/unicode/utrans.h index 9095dfc10c7..92d9dfe02b8 100644 --- a/icu4c/source/i18n/unicode/utrans.h +++ b/icu4c/source/i18n/unicode/utrans.h @@ -163,7 +163,7 @@ typedef struct UTransPosition { * @param rulesLength the length of the rules, or -1 if the rules * are zero-terminated. * @param dir the desired direction - * @param parseErr a pointer to a UParseError struct to receive the + * @param parseError a pointer to a UParseError struct to receive the * details of any parsing errors. This parameter may be NULL if no * parsing error details are desired. * @param status a pointer to the UErrorCode