docs: bin/
[m6w6/libmemcached] / docs / source / libhashkit / hashkit_value.rst
index ab6ef7ac7e525a65231ccd6e078290f30d3b4ec6..1522b4401c4989aef64afd8efade5d7da2f42a51 100644 (file)
@@ -1,10 +1,6 @@
 Generate hash value
 ===================
 
-.. index:: object: hashkit_st
-
-Generate a value for the given key
-
 SYNOPSIS
 --------
 
@@ -16,10 +12,10 @@ SYNOPSIS
 DESCRIPTION
 -----------
 
-The :func:`hashkit_value` function generates a 32-bit hash value from the
-given key and key_length. The hash argument is an initialized hashkit
-object, and distribution type and hash function is used from this
-object while generating the value.
+The `hashkit_value` function generates a 32-bit hash value from the given key
+and key_length. The hash argument is an initialized hashkit object, and
+distribution type and hash function is used from this object while generating
+the value.
 
 RETURN VALUE
 ------------