From 7e1b3f0bfd2ac196fb48bb9eb828a03f56f56c83 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Thu, 10 Mar 2005 08:22:26 +0000 Subject: [PATCH] ICU-739 Fix doxygen comments from previous change. X-SVN-Rev: 17320 --- icu4c/source/i18n/unicode/coleitr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/unicode/coleitr.h b/icu4c/source/i18n/unicode/coleitr.h index 3c20443e385..62105705310 100644 --- a/icu4c/source/i18n/unicode/coleitr.h +++ b/icu4c/source/i18n/unicode/coleitr.h @@ -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 };