release 1.1.1
[awesomized/libmemcached] / docs / source / libhashkit / hashkit_value.rst
index 1522b4401c4989aef64afd8efade5d7da2f42a51..8daf0e4d1e9a6c3e95c165bd921b7df26474aff5 100644 (file)
@@ -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`