docs: bin/
[m6w6/libmemcached] / docs / source / libhashkit / hashkit_function.rst
index d98dedac0bd81130e5fbc206dffd9896eda5d739..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
 --------
 
@@ -31,15 +26,14 @@ DESCRIPTION
 
 These functions are used to set and retrieve the key and distribution hash functions.
 
-
 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
 --------