X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Flibhashkit%2Fhashkit_function.rst;h=79b1efea8da268dee981ea17f6bf1fbb9a3bd700;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=d98dedac0bd81130e5fbc206dffd9896eda5d739;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=m6w6%2Flibmemcached diff --git a/docs/source/libhashkit/hashkit_function.rst b/docs/source/libhashkit/hashkit_function.rst index d98dedac..79b1efea 100644 --- a/docs/source/libhashkit/hashkit_function.rst +++ b/docs/source/libhashkit/hashkit_function.rst @@ -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 --------