mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-739 Fix doxygen comments from previous change.
X-SVN-Rev: 17320
This commit is contained in:
parent
a53c4cee5d
commit
7e1b3f0bfd
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue