Skip to content

Commit

Permalink
Regenerated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Apr 27, 2011
1 parent affdf1c commit ce7a6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/index.html
Expand Up @@ -283,7 +283,7 @@ <h2></h2>

<h2></h2>

<ul><li><p><strong>param</strong>: <em>String</em> key The key that should get a range</p></li><li><p><strong>param</strong>: <em>Number</em> size The maxium amount of nodes to return</p></li><li><p><strong>param</strong>: <em>Boolean</em> distinct Get duplicate nodes</p></li><li><p><strong>returns</strong>: <em>Array</em> The nodes</p></li><li><p><strong>api</strong>: <em>public</em></p></li></ul>
<ul><li><p><strong>param</strong>: <em>String</em> key The key that should get a range</p></li><li><p><strong>param</strong>: <em>Number</em> size The maxium amount of nodes to return</p></li><li><p><strong>param</strong>: <em>Boolean</em> distinct Remove duplicate nodes</p></li><li><p><strong>returns</strong>: <em>Array</em> The nodes</p></li><li><p><strong>api</strong>: <em>public</em></p></li></ul>
</td>
<td class="code">
<pre><code><span class="class">HashRing</span>.<span class="variable">createRange</span> = <span class="keyword">function</span>(<span class="variable">key</span>, <span class="variable">size</span>, <span class="variable">distinct</span>){
Expand Down Expand Up @@ -410,7 +410,7 @@ <h2></h2>
</p>
</td>
<td class="code">
<pre><code><span class="variable">hashRing</span>.<span class="variable">version</span> = <span class="string">'0.0.2'</span>;
<pre><code><span class="variable">hashRing</span>.<span class="variable">version</span> = <span class="string">'0.0.3'</span>;

<span class="variable">module</span>.<span class="variable">exports</span> = <span class="variable">hashRing</span>;</code></pre>
</td>
Expand Down

0 comments on commit ce7a6a3

Please sign in to comment.