X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibhashkit%2Fhashkit_value.rst;h=8daf0e4d1e9a6c3e95c165bd921b7df26474aff5;hb=6079c0e29529bf9dd13ef1ed89c046672e1a3121;hp=1522b4401c4989aef64afd8efade5d7da2f42a51;hpb=0a654f848e13d470fb07b044347f2e91d6941807;p=awesomized%2Flibmemcached diff --git a/docs/source/libhashkit/hashkit_value.rst b/docs/source/libhashkit/hashkit_value.rst index 1522b440..8daf0e4d 100644 --- a/docs/source/libhashkit/hashkit_value.rst +++ b/docs/source/libhashkit/hashkit_value.rst @@ -9,6 +9,10 @@ SYNOPSIS .. function:: uint32_t hashkit_value(hashkit_st *hash, const char *key, size_t key_length) + :param hash: pointer to an initialized `hashkit_st` struct + :param key: the key to genereate a hash of + :param key_length: the length of the `key` without any terminating zero byte + DESCRIPTION ----------- @@ -34,7 +38,7 @@ SEE ALSO .. only:: html - * :doc:`../libhashkit` + * :doc:`index` * :doc:`hashkit_create` * :doc:`hashkit_function` * :doc:`hashkit_functions`