Skip to content

Commit

Permalink
Autodoc commit for clojure-1.6.0/42ce9947, master/7d84a9f6, clojure-1…
Browse files Browse the repository at this point in the history
….5.0/34261936, clojure-1.4.0/8306949f, 1.3.x/1f55cc0a, 1.2.x/612fba91, 1.1.x/5293929c
  • Loading branch information
tomfaulhaber committed Sep 3, 2014
1 parent 0264a28 commit b86ac3d
Show file tree
Hide file tree
Showing 4 changed files with 1,998 additions and 1,963 deletions.
3 changes: 2 additions & 1 deletion branch-master/api-index.html
Expand Up @@ -185,6 +185,7 @@ <h2 id="C"><span id="section-head">C</span></h2>
</span></span><span id="section-content"> <a href="clojure.string-api.html#clojure.string/capitalize">capitalize</a><span id="line-content"> function clojure.string Converts first character of the string to upper-ca...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/case">case</a><span id="line-content"> macro clojure.core Takes an expression, and a set of clauses. Each c...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/cast">cast</a><span id="line-content"> function clojure.core Throws a ClassCastException if x is not a c, else ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/cat">cat</a><span id="line-content"> function clojure.core A transducer which concatenates the contents of ea...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core.reducers/cat">cat</a><span id="line-content"> function clojure.core.reducers A high-performance combining fn that yields the...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core.reducers/Cat">Cat</a><span id="line-content"> type clojure.core.reducers
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/catch">catch</a><span id="line-content"> special syntax clojure.core Syntax for use with try. Please see http://clojur...
Expand Down Expand Up @@ -214,6 +215,7 @@ <h2 id="C"><span id="section-head">C</span></h2>
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/compare-and-set!">compare-and-set!</a><span id="line-content"> function clojure.core Atomically sets the value of atom to newval if and...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/compile">compile</a><span id="line-content"> function clojure.core Compiles the namespace named by the symbol lib int...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/complement">complement</a><span id="line-content"> function clojure.core Takes a fn f and returns a fn that takes the same ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/completing">completing</a><span id="line-content"> function clojure.core Takes a reducing function f of 2 args and returns ...
</span></span><span id="section-content"> <a href="clojure.test-api.html#clojure.test/compose-fixtures">compose-fixtures</a><span id="line-content"> function clojure.test Composes two fixture functions, creating a new fix...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/concat">concat</a><span id="line-content"> function clojure.core Returns a lazy seq representing the concatenation ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/cond">cond</a><span id="line-content"> macro clojure.core Takes a set of test/expr pairs. It evaluates each ...
Expand Down Expand Up @@ -357,7 +359,6 @@ <h2 id="F"><span id="section-head">F</span></h2>
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/find-var">find-var</a><span id="line-content"> function clojure.core Returns the global var named by the namespace-qual...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/first">first</a><span id="line-content"> function clojure.core Returns the first item in the collection. Calls se...
</span></span><span id="section-content"> <a href="clojure.reflect-api.html#clojure.reflect/flag-descriptors">flag-descriptors</a><span id="line-content"> var clojure.reflect The Java access bitflags, along with their friendl...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/flatmap">flatmap</a><span id="line-content"> function clojure.core maps f over coll and concatenates the results. Th...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/flatten">flatten</a><span id="line-content"> function clojure.core Takes any nested combination of sequential things ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core.reducers/flatten">flatten</a><span id="line-content"> function clojure.core.reducers Takes any nested combination of sequential thin...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/float">float</a><span id="line-content"> function clojure.core Coerce to float.
Expand Down

0 comments on commit b86ac3d

Please sign in to comment.