diff options
Diffstat (limited to 'lazy-seqs-api.html')
-rw-r--r-- | lazy-seqs-api.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/lazy-seqs-api.html b/lazy-seqs-api.html index 7e0890a1..7766b9dd 100644 --- a/lazy-seqs-api.html +++ b/lazy-seqs-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>lazy-seqs API reference (clojure.contrib)</title> + <title>lazy-seqs 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,11 +48,11 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#lazy-seqs/fibs">fibs</a> + <a href="#clojure.contrib.lazy-seqs/fibs">fibs</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#lazy-seqs/powers-of-2">powers-of-2</a> + <a href="#clojure.contrib.lazy-seqs/powers-of-2">powers-of-2</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#lazy-seqs/primes">primes</a> + <a href="#clojure.contrib.lazy-seqs/primes">primes</a> </div> <br /> </div> @@ -90,7 +90,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="lazy-seqs/fibs">fibs</h2> + <h2 id="clojure.contrib.lazy-seqs/fibs">fibs</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (fibs) </pre> @@ -99,7 +99,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> </div><div id="var-entry"> <br /> <hr /> - <h2 id="lazy-seqs/powers-of-2">powers-of-2</h2> + <h2 id="clojure.contrib.lazy-seqs/powers-of-2">powers-of-2</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (powers-of-2) </pre> @@ -108,7 +108,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> </div><div id="var-entry"> <br /> <hr /> - <h2 id="lazy-seqs/primes">primes</h2> + <h2 id="clojure.contrib.lazy-seqs/primes">primes</h2> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Lazy sequence of all the prime numbers.</pre> @@ -122,9 +122,7 @@ by <span id="author">Stephen C. Gilardi</span><br /> </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 & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |