ICU-739 Fix doxygen comments from previous change.

X-SVN-Rev: 17320
This commit is contained in:
George Rhoten 2005-03-10 08:22:26 +00:00
parent a53c4cee5d
commit 7e1b3f0bfd

View file

@ -123,11 +123,11 @@ public:
// CollationElementIterator public data member ------------------------------
/**
* NULLORDER indicates that an error has occured while processing
* @stable ICU 2.0
*/
enum {
/**
* NULLORDER indicates that an error has occured while processing
* @stable ICU 2.0
*/
NULLORDER = (int32_t)0xffffffff
};