diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-12-02 22:59:28 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-12-02 22:59:28 -0800 |
commit | 384311a25aa3bb07b440acdc4bdb1d0500a4ef2c (patch) | |
tree | 0347b230ce099415444258c923ce9080694d49c5 /map-utils-api.html | |
parent | 41799997c83329b9a620b72b1ddb68107cbe2832 (diff) |
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'map-utils-api.html')
-rw-r--r-- | map-utils-api.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/map-utils-api.html b/map-utils-api.html index 729c6d2b..12481177 100644 --- a/map-utils-api.html +++ b/map-utils-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>map-utils API reference (clojure.contrib)</title> + <title>map-utils API reference (Clojure-contrib)</title> <link href="static/favicon.png" rel="icon" /> <link href="static/favicon.png" rel="shortcut icon" /> <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> @@ -15,7 +15,7 @@ <![endif]--> </head> <!-- -This document was auto-generated from the clojure.contrib source by contrib-autodoc. +This document was auto-generated from the source by the clojure autodoc system. To report errors or ask questions about the overall documentation structure, formatting, etc., contact Tom Faulhaber (google mail name: tomfaulhaber). For errors in the documentation of a particular namespace, contact the author of that @@ -25,7 +25,7 @@ namespace. <div id="AllContentContainer"> <div id="Header"> <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a> - <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1> + <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1> </div> <div id="leftcolumn"><div><div style="text-align: center;"></div> <div class="menu"> @@ -48,13 +48,13 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#map-utils/deep-merge-with">deep-merge-with</a> + <a href="#clojure.contrib.map-utils/deep-merge-with">deep-merge-with</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#map-utils/lazy-get">lazy-get</a> + <a href="#clojure.contrib.map-utils/lazy-get">lazy-get</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#map-utils/safe-get">safe-get</a> + <a href="#clojure.contrib.map-utils/safe-get">safe-get</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#map-utils/safe-get-in">safe-get-in</a> + <a href="#clojure.contrib.map-utils/safe-get-in">safe-get-in</a> </div> <br /> </div> @@ -74,7 +74,7 @@ by <span id="author">Jason Wolfe, Chris Houser</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="map-utils/deep-merge-with">deep-merge-with</h2> + <h2 id="clojure.contrib.map-utils/deep-merge-with">deep-merge-with</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (deep-merge-with f & maps) </pre> @@ -88,7 +88,7 @@ only when there's a non-map at a particular level. </div><div id="var-entry"> <br /> <hr /> - <h2 id="map-utils/lazy-get">lazy-get</h2> + <h2 id="clojure.contrib.map-utils/lazy-get">lazy-get</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (lazy-get map key not-found) </pre> @@ -97,7 +97,7 @@ only when there's a non-map at a particular level. </div><div id="var-entry"> <br /> <hr /> - <h2 id="map-utils/safe-get">safe-get</h2> + <h2 id="clojure.contrib.map-utils/safe-get">safe-get</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (safe-get map key) </pre> @@ -106,7 +106,7 @@ only when there's a non-map at a particular level. </div><div id="var-entry"> <br /> <hr /> - <h2 id="map-utils/safe-get-in">safe-get-in</h2> + <h2 id="clojure.contrib.map-utils/safe-get-in">safe-get-in</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (safe-get-in map ks) </pre> @@ -121,9 +121,7 @@ only when there's a non-map at a particular level. </div> </div> <div id="foot"> - <div style="text-align: center;"> - Copyright 2008-2009 Rich Hickey and the various contributors - </div> + <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |