Merge in updates to all docs/etc.
[m6w6/libmemcached] / docs / hashkit_value.rst
index ec5d71b6d0b0ea780745567e5280bd07e4821601..c31848700ce76c2338265c8e04f27893c7e1479a 100644 (file)
@@ -1,30 +1,28 @@
-.. highlight:: perl
-
-
+=============
 hashkit_value
-*************
+=============
 
 
 Generate a value for the given key
 
 
-*******
+-------
 LIBRARY
-*******
+-------
 
 
-C Library for hashing algorithms (libhashkit, -lhashkit)
+C Library for hashing algorithms (libmemcached, -lhashkit)
 
 
-********
+--------
 SYNOPSIS
-********
+--------
 
 
 
 .. code-block:: perl
 
-   #include <libhashkit/hashkit.h>
+   #include <libmemcached/hashkit.h>
  
    uint32_t hashkit_value(hashkit_st *hash,
                           const char *key,
@@ -32,9 +30,9 @@ SYNOPSIS
 
 
 
-***********
+-----------
 DESCRIPTION
-***********
+-----------
 
 
 The hashkit_value() function generates a 32-bit hash value from the
@@ -43,34 +41,26 @@ object, and distribution type and hash function is used from this
 object while generating the value.
 
 
-************
+------------
 RETURN VALUE
-************
+------------
 
 
 A 32-bit hash value.
 
 
-****
+----
 HOME
-****
+----
 
 
 To find out more information please check:
 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
 
 
-******
-AUTHOR
-******
-
-
-Brian Aker, <brian@tangent.org>
-
-
-********
+--------
 SEE ALSO
-********
+--------
 
 
 hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)