X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Flibhashkit.rst;h=e23c92482733aad9f8f2ae732740aa56743aa764;hb=e20117720ca0fa133781b62c43aab59fe864b390;hp=5e6e28a5ba84fc70e27532d5c7af6957aa6d64b2;hpb=49aa94b8c4df6c3fd9d5c9688651c6f928f9aad1;p=m6w6%2Flibmemcached diff --git a/docs/source/libhashkit.rst b/docs/source/libhashkit.rst index 5e6e28a5..e23c9248 100644 --- a/docs/source/libhashkit.rst +++ b/docs/source/libhashkit.rst @@ -1,28 +1,36 @@ -====================== -Introducing libhashkit -====================== - - -.. code-block:: c - - cc [ flag ... ] file ... -lhashkit - - #include +libhashkit - C/C++ hashing library +================================== +SYNOPSIS +-------- +#include + Compile and link with -lhashkit. ------------ DESCRIPTION ----------- +`libhashkit` is a small and thread-safe client library that provides a collection +of useful hashing algorithm. -libhashkit is a small and thread-safe client library that provides a collection of useful hashing algorithm. libhashkit is distributed with libmemcached. - +`libhashkit` is distributed with `libmemcached`. - --------- SEE ALSO -------- -:manpage:`libhashkit(3)` +.. only:: man + + :manpage:`libmemcached(3)` + :manpage:`hashkit_create(3)` + :manpage:`hashkit_function(3)` + :manpage:`hashkit_functions(3)` + :manpage:`hashkit_value(3)` + +.. only:: html + + * :doc:`libmemcached` + * :doc:`libhashkit/hashkit_create` + * :doc:`libhashkit/hashkit_function` + * :doc:`libhashkit/hashkit_functions` + * :doc:`libhashkit/hashkit_value`