diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-04-30 16:19:00 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-04-30 16:19:00 -0700 |
commit | 4a3f270f93c687ec29f9cdd178f22b9fd3d82e37 (patch) | |
tree | cbe8efecfd3a0aab290cb6b7c2eec2135385d52a /lazy-seqs-api.html | |
parent | ae92eda353beed7ff5ee07ea80491d7c7bca110c (diff) |
Manual autodoc update (mostly whitespace diffs caused by new tags, not yet used).
Diffstat (limited to 'lazy-seqs-api.html')
-rw-r--r-- | lazy-seqs-api.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lazy-seqs-api.html b/lazy-seqs-api.html index 2ecb98e0..a8d565e2 100644 --- a/lazy-seqs-api.html +++ b/lazy-seqs-api.html @@ -94,6 +94,8 @@ by <span id="author">Stephen C. Gilardi</span><br /> [1] http://www.cs.hmc.edu/~oneill/papers/Sieve-JFP.pdf [2] <a href="http://clj-me.blogspot.com/2008/06/primes.html">http://clj-me.blogspot.com/2008/06/primes.html</a></pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -104,7 +106,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (fibs) </pre> <pre id="var-docstr">Returns a lazy sequence of all the Fibonacci numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L82" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -113,7 +117,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <pre id="var-usage">Usage: (powers-of-2) </pre> <pre id="var-docstr">Returns a lazy sequence of all the powers of 2</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L87" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -121,7 +127,9 @@ by <span id="author">Stephen C. Gilardi</span><br /> <span id="var-type">var</span><br /> <pre id="var-usage"></pre> <pre id="var-docstr">Lazy sequence of all the prime numbers.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/lazy_seqs.clj#L66" id="var-source">Source</a> + + + </div> |