mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2589 Fix some doxygen warnings.
X-SVN-Rev: 11879
This commit is contained in:
parent
c3935e4e22
commit
f2e70a5eb4
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue