docs: libhashkit
[m6w6/libmemcached] / docs / source / libmemcached / memcached_set_encoding_key.rst
index d8b15a877b2567df35a0fed1ad31a1adc15e827a..38ddba092ad11896eb94d8f15d8b6c0512c02a81 100644 (file)
@@ -1,41 +1,31 @@
-==================
 Set encryption key
 ==================
 
 .. index:: object: memcached_st
 
---------
 SYNOPSIS
 --------
 
 #include <libmemcached/memcached.h>
+
 .. function:: void memcached_set_encoding_key (memcached_st *ptr, const char *string, const size_t string_length)
 
 Compile and link with -lmemcached
 
------------
 DESCRIPTION
 -----------
 
-
 :func:`memcached_set_encoding_key` sets the key that will be used to encrypt and decrypt data as it is sent and received from the server.
 
 Currently only AES is is supported.
 
-
-------
-RETURN
-------
-
+RETURN VALUE
+------------
 
 A value of type :type:`memcached_return_t` is returned On success that value
 will be `MEMCACHED_SUCCESS`.  Use :func:`memcached_strerror` to
 translate this value to a printable string.
 
-
-
---------
 SEE ALSO
 --------