docs: ws
[awesomized/libmemcached] / docs / source / libmemcached / memcached_set_encoding_key.rst
index d8b15a877b2567df35a0fed1ad31a1adc15e827a..467eb6693232b99145022e677efdd44360f83d6f 100644 (file)
@@ -9,7 +9,7 @@ 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
@@ -18,23 +18,17 @@ 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
 ------
 
-
 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
 --------