summaryrefslogtreecommitdiff
path: root/cond-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
committerTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
commit4a3f270f93c687ec29f9cdd178f22b9fd3d82e37 (patch)
treecbe8efecfd3a0aab290cb6b7c2eec2135385d52a /cond-api.html
parentae92eda353beed7ff5ee07ea80491d7c7bca110c (diff)
Manual autodoc update (mostly whitespace diffs caused by new tags, not yet used).
Diffstat (limited to 'cond-api.html')
-rw-r--r--cond-api.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/cond-api.html b/cond-api.html
index 3bb184c9..7c6d46cb 100644
--- a/cond-api.html
+++ b/cond-api.html
@@ -70,6 +70,8 @@ by <span id="author">Stephen C. Gilardi</span><br />
</pre><pre>
</pre><h2>Overview</h2>
<pre id="namespace-docstr">Extensions to the basic cond function.</pre>
+
+
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
@@ -87,7 +89,9 @@ either provide a literal that evaluates to logical true and is
binding-compatible with binding-form, or use :else as the test and don't
refer to any parts of binding-form in the expr. (cond-let binding-form)
returns nil.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/cond.clj#L18" id="var-source">Source</a>
+
+
+
</div>