aboutsummaryrefslogtreecommitdiff
path: root/greatest-least-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2010-11-27 01:06:49 -0800
committerTom Faulhaber <git_net@infolace.com>2010-11-27 01:06:49 -0800
commitd210bb223bce60f9cee936fc809af78488cd8656 (patch)
tree0c2968d90087cca26b1b2b5351751e7998c733a8 /greatest-least-api.html
parent264a7b0f663521e3cb624b84f95dec2b2cb9ea21 (diff)
Autodoc commit for 1.2.x/e4ea06c9, master/37fba7ef, 1.1.x/d132c5f1
Diffstat (limited to 'greatest-least-api.html')
-rw-r--r--greatest-least-api.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/greatest-least-api.html b/greatest-least-api.html
index 37458cd4..f4bdbe10 100644
--- a/greatest-least-api.html
+++ b/greatest-least-api.html
@@ -82,12 +82,9 @@ namespace.
- <span id="header-project">clojure-contrib</span> <span id="header-version">v1.2</span> (<span id="header-status">stable</span>)
</h1>
<span id="author-line">by <span id="author-name">Vincent Foley</span><br /></span>
-<br />Usage:
-<pre>
-(ns your-namespace
- (:require <span id="long-name">clojure.contrib.greatest-least</span>))
-</pre><pre>
-</pre><h2>Overview</h2>
+<br />Full namespace name: <span id="long-name">clojure.contrib.greatest-least</span>
+<p></p>
+<h2>Overview</h2>
<pre id="namespace-docstr">Various functions for finding greatest and least values in a collection</pre>