ICU-2087 remove @ tags from test header

X-SVN-Rev: 10486
This commit is contained in:
Alan Liu 2002-12-05 00:28:37 +00:00
parent 0ddd9b68bf
commit 09e92a610c

View file

@ -20,13 +20,11 @@ public:
/**
* Returns true when both iterators refer to the same
* character in the same character-storage object.
* @stable
*/
virtual UBool operator==(const ForwardCharacterIterator& that) const;
/**
* Generates a hash code for this iterator.
* @stable
*/
virtual int32_t hashCode(void) const;
@ -34,7 +32,6 @@ public:
* Returns a UClassID for this ForwardCharacterIterator ("poor man's
* RTTI").<P> Despite the fact that this function is public,
* DO NOT CONSIDER IT PART OF CHARACTERITERATOR'S API!
* @stable
*/
virtual UClassID getDynamicClassID(void) const;
@ -43,7 +40,6 @@ public:
* in the iteration range
* (toward endIndex()). If there are
* no more code units to return, returns DONE.
* @draft
*/
virtual UChar nextPostInc(void);
@ -52,7 +48,6 @@ public:
* in the iteration range
* (toward endIndex()). If there are
* no more code points to return, returns DONE.
* @draft
*/
virtual UChar32 next32PostInc(void);