From f2e70a5eb4cb001307428eaf3397fe2673ce010d Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sat, 10 May 2003 00:06:12 +0000 Subject: [PATCH] ICU-2589 Fix some doxygen warnings. X-SVN-Rev: 11879 --- icu4c/source/common/unicode/brkiter.h | 10 +++++----- icu4c/source/common/unicode/normlzr.h | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/icu4c/source/common/unicode/brkiter.h b/icu4c/source/common/unicode/brkiter.h index 5db7cfcc288..b17b21fd2bb 100644 --- a/icu4c/source/common/unicode/brkiter.h +++ b/icu4c/source/common/unicode/brkiter.h @@ -1,8 +1,8 @@ /* -***************************************************************************************** -* Copyright (C) 1997-2002, International Business Machines +******************************************************************************** +* Copyright (C) 1997-2003, International Business Machines * Corporation and others. All Rights Reserved. -***************************************************************************************** +******************************************************************************** * * File brkiter.h * @@ -14,7 +14,7 @@ * 07/09/97 jfitz Renamed BreakIterator and interface synced with JDK * 08/11/98 helena Sync-up JDK1.2. * 01/13/2000 helena Added UErrorCode parameter to createXXXInstance methods. -***************************************************************************************** +******************************************************************************** */ #ifndef BRKITER_H @@ -221,7 +221,7 @@ public: /** * Returns the complement of the result of operator== - * @param ths The BreakIterator to be compared for inequality + * @param rhs The BreakIterator to be compared for inequality * @return the complement of the result of operator== * @stable ICU 2.0 */ diff --git a/icu4c/source/common/unicode/normlzr.h b/icu4c/source/common/unicode/normlzr.h index 2d9d28cf7ad..e6129378012 100644 --- a/icu4c/source/common/unicode/normlzr.h +++ b/icu4c/source/common/unicode/normlzr.h @@ -256,7 +256,7 @@ public: * the user may have to put the string in its normalized form and compare the * results. * @param source string for determining if it is in a normalized format - * @paran mode normalization format + * @param mode normalization format * @param status A reference to a UErrorCode to receive any errors * @return UNORM_YES, UNORM_NO or UNORM_MAYBE * @@ -271,7 +271,7 @@ public: * but takes an extra options parameter like most normalization functions. * * @param source string for determining if it is in a normalized format - * @paran mode normalization format + * @param mode normalization format * @param options the optional features to be enabled (0 for no options) * @param status A reference to a UErrorCode to receive any errors * @return UNORM_YES, UNORM_NO or UNORM_MAYBE @@ -293,7 +293,7 @@ public: * perform further tests to arrive at a TRUE/FALSE result. * * @param src String that is to be tested if it is in a normalization format. - * @paran mode Which normalization form to test for. + * @param mode Which normalization form to test for. * @param errorCode ICU error code in/out parameter. * Must fulfill U_SUCCESS before the function call. * @return Boolean value indicating whether the source string is in the @@ -310,7 +310,7 @@ public: * but takes an extra options parameter like most normalization functions. * * @param src String that is to be tested if it is in a normalization format. - * @paran mode Which normalization form to test for. + * @param mode Which normalization form to test for. * @param options the optional features to be enabled (0 for no options) * @param errorCode ICU error code in/out parameter. * Must fulfill U_SUCCESS before the function call. @@ -341,7 +341,7 @@ public: * @param result The output string. * @param mode The normalization mode. * @param options A bit set of normalization options. - * @param pErrorCode ICU error code in/out parameter. + * @param errorCode ICU error code in/out parameter. * Must fulfill U_SUCCESS before the function call. * @return result *