docs: libhashkit
[awesomized/libmemcached] / docs / source / libhashkit / hashkit_value.rst
index 1522b4401c4989aef64afd8efade5d7da2f42a51..101630c72179c437e4234be325c321689d73e6cf 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
 -----------