]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/sortkey.h
ICU-8.11.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / sortkey.h
index 4e550450bdf6f75c851da24fb867f1db14dfd188..ef202dd9ba43b903a7e30ffc012f01bda9356acd 100644 (file)
@@ -1,7 +1,8 @@
 /*
- * Copyright (C) 1996-2004, International Business Machines Corporation and others.
+ *****************************************************************************
+ * Copyright (C) 1996-2006, International Business Machines Corporation and others.
  * All Rights Reserved.
- *****************************************************************************************
+ *****************************************************************************
  *
  * File sortkey.h
  *
@@ -14,7 +15,7 @@
  *  6/20/97     helena      Java class name change.
  *  8/18/97     helena      Added internal API documentation.
  *  6/26/98     erm         Changed to use byte arrays and memcmp.
- *****************************************************************************************
+ *****************************************************************************
  */
 
 #ifndef SORTKEY_H
 
 #include "unicode/utypes.h"
 
+/**
+ * \file 
+ * \brief C++ API: Keys for comparing strings multiple times. 
+ */
 #if !UCONFIG_NO_COLLATION
 
 #include "unicode/uobject.h"
@@ -34,6 +40,7 @@ U_NAMESPACE_BEGIN
 class RuleBasedCollator;
 
 /**
+ *
  * Collation keys are generated by the Collator class.  Use the CollationKey objects
  * instead of Collator to compare strings multiple times.  A CollationKey
  * preprocesses the comparison information from the Collator object to
@@ -102,7 +109,6 @@ public:
     * Creates a collation key based on the collation key values.
     * @param values the collation key values
     * @param count number of collation key values, including trailing nulls.
-    * @see #createBits
     * @deprecated ICU 2.8 Use Collator::getSortKey(...) instead
     */
     CollationKey(const  uint8_t*    values,