docs: bin/
[m6w6/libmemcached] / docs / source / libhashkit / hashkit_function.rst
index f238d5dbe418bede418e3d6682f20f462891e4d6..79b1efea8da268dee981ea17f6bf1fbb9a3bd700 100644 (file)
@@ -1,11 +1,6 @@
 Set Hash Function
 =================
 
-.. index:: object: hashkit_st
-.. index:: object: hashkit_hash_fn
-
-Set hash functions to use for calculating values for keys
-
 SYNOPSIS
 --------
 
@@ -34,11 +29,11 @@ These functions are used to set and retrieve the key and distribution hash funct
 RETURN VALUE
 ------------
 
-:func:`hashkit_set_function`, :func:`hashkit_set_custom_function` and the distribution equivalents
-return :type:`hashkit_return_t` `HASHKIT_SUCCESS` on success.
+`hashkit_set_function`, `hashkit_set_custom_function` and the distribution
+equivalents return `hashkit_return_t` `HASHKIT_SUCCESS` on success.
 
-:func:`hashkit_get_function` and :func:`hashkit_get_distribution_function` return :type:`hashkit_hash_algorithm_t`
-indicating the hash function used.
+`hashkit_get_function` and `hashkit_get_distribution_function` return
+`hashkit_hash_algorithm_t` indicating the hash function used.
 
 SEE ALSO
 --------