diff options
Diffstat (limited to 'generic.collection-api.html')
-rw-r--r-- | generic.collection-api.html | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/generic.collection-api.html b/generic.collection-api.html index 30f778df..88fb0930 100644 --- a/generic.collection-api.html +++ b/generic.collection-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>generic.collection API reference (clojure.contrib)</title> + <title>generic.collection 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,19 +48,19 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/assoc">assoc</a> + <a href="#clojure.contrib.generic.collection/assoc">assoc</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/conj">conj</a> + <a href="#clojure.contrib.generic.collection/conj">conj</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/dissoc">dissoc</a> + <a href="#clojure.contrib.generic.collection/dissoc">dissoc</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/empty">empty</a> + <a href="#clojure.contrib.generic.collection/empty">empty</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/get">get</a> + <a href="#clojure.contrib.generic.collection/get">get</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/into">into</a> + <a href="#clojure.contrib.generic.collection/into">into</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#generic.collection/seq">seq</a> + <a href="#clojure.contrib.generic.collection/seq">seq</a> </div> <br /> </div> @@ -83,7 +83,7 @@ defined for any type.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/assoc">assoc</h2> + <h2 id="clojure.contrib.generic.collection/assoc">assoc</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (assoc coll & key-val-pairs) </pre> @@ -94,7 +94,7 @@ can have specific restrictions on the possible keys.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/conj">conj</h2> + <h2 id="clojure.contrib.generic.collection/conj">conj</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (conj coll & xs) </pre> @@ -103,7 +103,7 @@ can have specific restrictions on the possible keys.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/dissoc">dissoc</h2> + <h2 id="clojure.contrib.generic.collection/dissoc">dissoc</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (dissoc coll & keys) </pre> @@ -114,7 +114,7 @@ restrictions on the possible keys.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/empty">empty</h2> + <h2 id="clojure.contrib.generic.collection/empty">empty</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (empty coll) </pre> @@ -123,7 +123,7 @@ restrictions on the possible keys.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/get">get</h2> + <h2 id="clojure.contrib.generic.collection/get">get</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (get coll key) (get coll key not-found) @@ -134,7 +134,7 @@ can have specific restrictions on the possible keys.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/into">into</h2> + <h2 id="clojure.contrib.generic.collection/into">into</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (into to from) </pre> @@ -144,7 +144,7 @@ from-coll conjoined.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="generic.collection/seq">seq</h2> + <h2 id="clojure.contrib.generic.collection/seq">seq</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (seq s) </pre> @@ -159,9 +159,7 @@ from-coll conjoined.</pre> </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 /> |