diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-11-27 01:06:49 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-11-27 01:06:49 -0800 |
commit | d210bb223bce60f9cee936fc809af78488cd8656 (patch) | |
tree | 0c2968d90087cca26b1b2b5351751e7998c733a8 /base64-api.html | |
parent | 264a7b0f663521e3cb624b84f95dec2b2cb9ea21 (diff) |
Autodoc commit for 1.2.x/e4ea06c9, master/37fba7ef, 1.1.x/d132c5f1
Diffstat (limited to 'base64-api.html')
-rw-r--r-- | base64-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/base64-api.html b/base64-api.html index a5898613..6f1a25b9 100644 --- a/base64-api.html +++ b/base64-api.html @@ -70,12 +70,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">Stuart Sierra</span><br /></span> -<br />Usage: -<pre> -(ns your-namespace - (:require <span id="long-name">clojure.contrib.base64</span>)) -</pre><pre> -</pre><h2>Overview</h2> +<br />Full namespace name: <span id="long-name">clojure.contrib.base64</span> +<p></p> +<h2>Overview</h2> <pre id="namespace-docstr">Base-64 encoding and (maybe later) decoding. This is mainly here as an example. It is much slower than the |