diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
commit | dc17990a3b478a7fdb6033dc1577ea85658a99a1 (patch) | |
tree | 1659878ffa2e8f869f61a74e84adc45e3f9af657 /branch-1.1.x/generic.collection-api.html | |
parent | 0ed9d7f62054f58129a3039a59b432b519126676 (diff) |
Autodoc commit for 1.2.x/e4ea06c9, master/1068a72b, 1.1.x/d132c5f1
Diffstat (limited to 'branch-1.1.x/generic.collection-api.html')
-rw-r--r-- | branch-1.1.x/generic.collection-api.html | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/branch-1.1.x/generic.collection-api.html b/branch-1.1.x/generic.collection-api.html index ab857703..176bf4a7 100644 --- a/branch-1.1.x/generic.collection-api.html +++ b/branch-1.1.x/generic.collection-api.html @@ -6,9 +6,6 @@ <link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" /> <link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" /> - <!-- TODO: are we using these (from clojure.org)? If so, add the files --> - <script src="file/view/code_highlighter.js" type="text/javascript"></script> - <script src="file/view/clojure.js" type="text/javascript"></script> <style>.menuWrapper{height: 36px;}</style> <!--[if lte IE 6]> <link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" /> @@ -103,7 +100,7 @@ given keys are updated by the given values. Each type of collection can have specific restrictions on the possible keys.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L26" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L26" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -114,7 +111,7 @@ can have specific restrictions on the possible keys.</pre> <pre id="var-docstr">Returns a new collection resulting from adding all xs to coll.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L42" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L42" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -127,7 +124,7 @@ given keys are removed. Each type of collection can have specific restrictions on the possible keys.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L54" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -138,7 +135,7 @@ restrictions on the possible keys.</pre> <pre id="var-docstr">Returns an empty collection of the same kind as the argument</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L68" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L68" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -151,7 +148,7 @@ restrictions on the possible keys.</pre> can have specific restrictions on the possible keys.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L80" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L80" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -163,7 +160,7 @@ can have specific restrictions on the possible keys.</pre> from-coll conjoined.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L95" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L95" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -174,7 +171,7 @@ from-coll conjoined.</pre> <pre id="var-docstr">Returns a seq on the object s.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L109" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/637ce542010b34381948f914e0b6829b41602e34/src/clojure/contrib/generic/collection.clj#L109" id="var-source">Source</a> </div> |