Deploy to GitHub pages
[awesomized/libmemcached] / libhashkit.html
index 093d9328d6fe2b0c094cb4196aec5b57df7d3a52..8fdf9beb9ca79b3e0a5d445da7936ebbf2464365 100644 (file)
   
     
       <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
-        <script src="_static/jquery.js"></script>
-        <script src="_static/underscore.js"></script>
-        <script src="_static/doctools.js"></script>
-        <script src="_static/language_data.js"></script>
+        <script type="text/javascript" src="_static/jquery.js"></script>
+        <script type="text/javascript" src="_static/underscore.js"></script>
+        <script type="text/javascript" src="_static/doctools.js"></script>
+        <script type="text/javascript" src="_static/language_data.js"></script>
     
     <script type="text/javascript" src="_static/js/theme.js"></script>
 
 <h1>libhashkit - C/C++ hashing library<a class="headerlink" href="#libhashkit-c-c-hashing-library" title="Permalink to this headline">¶</a></h1>
 <div class="section" id="synopsis">
 <h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
-<dl class="simple">
-<dt>#include &lt;libhashkit-1.0/hashkit.h&gt;</dt><dd><p>Compile and link with -lhashkit.</p>
-</dd>
+<dl class="docutils">
+<dt>#include &lt;libhashkit-1.0/hashkit.h&gt;</dt>
+<dd>Compile and link with -lhashkit.</dd>
 </dl>
 </div>
 <div class="section" id="description">
 <h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
 <p><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libhashkit</span></code> is a small and thread-safe client library that provides a collection
-of useful hashing algorithm.</p>
+of useful hashing algorithms.</p>
 <p><code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libhashkit</span></code> is distributed with <code class="xref cpp cpp-any docutils literal notranslate"><span class="pre">libmemcached</span></code>.</p>
 </div>
 <div class="section" id="see-also">
 <h2>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
 <ul class="simple">
-<li><p><a class="reference internal" href="libmemcached.html"><span class="doc">C/C++ Client Library for memcached</span></a></p></li>
-<li><p><a class="reference internal" href="libhashkit/hashkit_create.html"><span class="doc">Creating a hashkit structure</span></a></p></li>
-<li><p><a class="reference internal" href="libhashkit/hashkit_function.html"><span class="doc">Set Hash Function</span></a></p></li>
-<li><p><a class="reference internal" href="libhashkit/hashkit_functions.html"><span class="doc">Available Hashes</span></a></p></li>
-<li><p><a class="reference internal" href="libhashkit/hashkit_value.html"><span class="doc">Generate hash value</span></a></p></li>
+<li><a class="reference internal" href="libmemcached.html"><span class="doc">C/C++ Client Library for memcached</span></a></li>
+<li><a class="reference internal" href="libhashkit/hashkit_create.html"><span class="doc">Creating a hashkit structure</span></a></li>
+<li><a class="reference internal" href="libhashkit/hashkit_function.html"><span class="doc">Set Hash Function</span></a></li>
+<li><a class="reference internal" href="libhashkit/hashkit_functions.html"><span class="doc">Available Hashes</span></a></li>
+<li><a class="reference internal" href="libhashkit/hashkit_value.html"><span class="doc">Generate hash value</span></a></li>
 </ul>
 </div>
 </div>