Updates for documentation style/etc.
[awesomized/libmemcached] / docs / hashkit_value.rst
index ec5d71b6d0b0ea780745567e5280bd07e4821601..e3f4f22cd5edfc45086b611ee743235429c13b8b 100644 (file)
@@ -1,24 +1,22 @@
-.. highlight:: perl
-
-
+=============
 hashkit_value
-*************
+=============
 
 
 Generate a value for the given key
 
 
-*******
+-------
 LIBRARY
-*******
+-------
 
 
 C Library for hashing algorithms (libhashkit, -lhashkit)
 
 
-********
+--------
 SYNOPSIS
-********
+--------
 
 
 
@@ -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)