aboutsummaryrefslogtreecommitdiff
path: root/map-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
commit071b4fa1320276456f0ff78d504eda2d4de7d7af (patch)
treea86942f4cbeebd13fec13373bd476bacdbb7eb9d /map-utils-api.html
parent332c0a75ad36864f310d2b1ea8d15c853ce4af93 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'map-utils-api.html')
-rw-r--r--map-utils-api.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/map-utils-api.html b/map-utils-api.html
index 93ef756e..12481177 100644
--- a/map-utils-api.html
+++ b/map-utils-api.html
@@ -84,8 +84,7 @@ only when there's a non-map at a particular level.
(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}
{:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})
-&gt; {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -94,8 +93,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#
<pre id="var-usage">Usage: (lazy-get map key not-found)
</pre>
<pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -104,8 +102,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#
<pre id="var-usage">Usage: (safe-get map key)
</pre>
<pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -114,8 +111,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#
<pre id="var-usage">Usage: (safe-get-in map ks)
</pre>
<pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a>
</div>