From f2a59b728c20f7fe78874dd41187ab3fb2db6c7e Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sun, 16 Feb 2014 01:06:40 -0800 Subject: Fix for building docs. --- docs/source/libhashkit.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/source/libhashkit.rst (limited to 'docs/source/libhashkit.rst') diff --git a/docs/source/libhashkit.rst b/docs/source/libhashkit.rst new file mode 100644 index 00000000..8866737a --- /dev/null +++ b/docs/source/libhashkit.rst @@ -0,0 +1,36 @@ +====================== +Introducing libhashkit +====================== + + +.. code-block:: c + + cc [ flag ... ] file ... -lhashkit + + #include + + + +----------- +DESCRIPTION +----------- + + +libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached. + + +---- +HOME +---- + + +To find out more information please check: +`http://libmemcached.org/ `_ + + +-------- +SEE ALSO +-------- + +:manpage:`libhashkit(3)` + -- cgit v1.2.1