aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-19 19:52:59 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-19 19:52:59 -0700
commit89d33227c3f6a127b79a17bc0b6d704eb8c63186 (patch)
tree994a52295b1e2f710ca106f511479f3f6f13eeab
parent2fb6a32e7eaf581164bfd289f9a96db35afddd30 (diff)
Updated documentation for commit 54a19a97e34c04dd7f9410e7683b13c240241458
-rw-r--r--api-index.json6
-rw-r--r--base64-api.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/api-index.json b/api-index.json
index c0d6f88e..13fc3a82 100644
--- a/api-index.json
+++ b/api-index.json
@@ -16,7 +16,7 @@
"doc":
"Miscellaneous agent utilities\n(note to other contrib members: feel free to add to this lib)"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/b086e55310f9002dd09b61a5389a943a724897a5/src/clojure/contrib/base64.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/54a19a97e34c04dd7f9410e7683b13c240241458/src/clojure/contrib/base64.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/base64-api.html",
"name":"clojure.contrib.base64",
@@ -787,7 +787,7 @@
"Capture the current value of the specified vars and rebind \nthem on the agent thread before executing the action.\n\nExample:\n (capture-and-send [*out*] a f b c)",
"name":"capture-and-send"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/b086e55310f9002dd09b61a5389a943a724897a5/src/clojure/contrib/base64.clj#L22",
+ "http://github.com/richhickey/clojure-contrib/blob/54a19a97e34c04dd7f9410e7683b13c240241458/src/clojure/contrib/base64.clj#L22",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//base64-api.html#base64/encode",
"namespace":"clojure.contrib.base64",
@@ -796,7 +796,7 @@
"Encodes bytes of input, writing Base 64 text on output. alphabet\nis a 65-character String containing the 64 characters to use in the\nencoding; the 65th character is the pad character. line-length is\nthe maximum number of characters per line, nil for no line breaks.",
"name":"encode"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/b086e55310f9002dd09b61a5389a943a724897a5/src/clojure/contrib/base64.clj#L69",
+ "http://github.com/richhickey/clojure-contrib/blob/54a19a97e34c04dd7f9410e7683b13c240241458/src/clojure/contrib/base64.clj#L74",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//base64-api.html#base64/encode-str",
"namespace":"clojure.contrib.base64",
diff --git a/base64-api.html b/base64-api.html
index b2a0b054..efd863bf 100644
--- a/base64-api.html
+++ b/base64-api.html
@@ -85,7 +85,7 @@ by <span id="author">Unknown</span><br />
is a 65-character String containing the 64 characters to use in the
encoding; the 65th character is the pad character. line-length is
the maximum number of characters per line, nil for no line breaks.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/b086e55310f9002dd09b61a5389a943a724897a5/src/clojure/contrib/base64.clj#L22" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/54a19a97e34c04dd7f9410e7683b13c240241458/src/clojure/contrib/base64.clj#L22" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -96,7 +96,7 @@ the maximum number of characters per line, nil for no line breaks.</pre>
</pre>
<pre id="var-docstr">Encodes String in base 64; returns a String. If not specified,
encoding is UTF-8 and line-length is nil.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/b086e55310f9002dd09b61a5389a943a724897a5/src/clojure/contrib/base64.clj#L69" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/54a19a97e34c04dd7f9410e7683b13c240241458/src/clojure/contrib/base64.clj#L74" id="var-source">Source</a>
</div>