aboutsummaryrefslogtreecommitdiff
path: root/generic.comparison-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'generic.comparison-api.html')
-rw-r--r--generic.comparison-api.html34
1 files changed, 16 insertions, 18 deletions
diff --git a/generic.comparison-api.html b/generic.comparison-api.html
index 892a363a..a2a175d0 100644
--- a/generic.comparison-api.html
+++ b/generic.comparison-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>generic.comparison API reference (clojure.contrib)</title>
+ <title>generic.comparison API reference (Clojure-contrib)</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
@@ -15,7 +15,7 @@
<![endif]-->
</head>
<!--
-This document was auto-generated from the clojure.contrib source by contrib-autodoc.
+This document was auto-generated from the source by the clojure autodoc system.
To report errors or ask questions about the overall documentation structure, formatting,
etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
For errors in the documentation of a particular namespace, contact the author of that
@@ -25,7 +25,7 @@ namespace.
<div id="AllContentContainer">
<div id="Header">
<a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
- <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1>
+ <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
<div class="menu">
@@ -48,17 +48,17 @@ namespace.
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
<div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/&lt;">&lt;</a>
+ <a href="#clojure.contrib.generic.comparison/&lt;">&lt;</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/&lt;=">&lt;=</a>
+ <a href="#clojure.contrib.generic.comparison/&lt;=">&lt;=</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/=">=</a>
+ <a href="#clojure.contrib.generic.comparison/=">=</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/&gt;">&gt;</a>
+ <a href="#clojure.contrib.generic.comparison/&gt;">&gt;</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/&gt;=">&gt;=</a>
+ <a href="#clojure.contrib.generic.comparison/&gt;=">&gt;=</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#generic.comparison/zero?">zero?</a>
+ <a href="#clojure.contrib.generic.comparison/zero?">zero?</a>
</div>
<br />
</div>
@@ -81,7 +81,7 @@ greater/less-than relations, types must minimally implement &gt;.</pre>
<div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/&lt;">&lt;</h2>
+ <h2 id="clojure.contrib.generic.comparison/&lt;">&lt;</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (&lt; x)
(&lt; x y)
@@ -95,7 +95,7 @@ is provided in terms of &gt;.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/&lt;=">&lt;=</h2>
+ <h2 id="clojure.contrib.generic.comparison/&lt;=">&lt;=</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (&lt;= x)
(&lt;= x y)
@@ -109,7 +109,7 @@ is provided in terms of &gt;.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/=">=</h2>
+ <h2 id="clojure.contrib.generic.comparison/=">=</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (= x)
(= x y)
@@ -121,7 +121,7 @@ is provided in terms of &gt;.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/&gt;">&gt;</h2>
+ <h2 id="clojure.contrib.generic.comparison/&gt;">&gt;</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (&gt; x)
(&gt; x y)
@@ -134,7 +134,7 @@ with dispatch value [::my-type ::my-type].</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/&gt;=">&gt;=</h2>
+ <h2 id="clojure.contrib.generic.comparison/&gt;=">&gt;=</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (&gt;= x)
(&gt;= x y)
@@ -148,7 +148,7 @@ is provided in terms of &lt;.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="generic.comparison/zero?">zero?</h2>
+ <h2 id="clojure.contrib.generic.comparison/zero?">zero?</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (zero? x)
</pre>
@@ -163,9 +163,7 @@ is provided in terms of &lt;.</pre>
</div>
</div>
<div id="foot">
- <div style="text-align: center;">
- Copyright 2008-2009 Rich Hickey and the various contributors
- </div>
+ <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div>
</div>
</div>
<div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />