Skip to content

Commit

Permalink
Manual autodoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfaulhaber committed Apr 19, 2010
1 parent ea5a855 commit 7a3de55
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 571 deletions.
5 changes: 1 addition & 4 deletions api-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ <h2 id="D"><span id="section-head">D</span></h2>
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/drop">drop</a><span id="line-content"> function clojure.core Returns a lazy sequence of all but the first n ite...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/drop-last">drop-last</a><span id="line-content"> function clojure.core Return a lazy sequence of all but the last n (defa...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/drop-while">drop-while</a><span id="line-content"> function clojure.core Returns a lazy sequence of the items in coll start...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/dtype">dtype</a><span id="line-content"> function clojure.core Returns the dynamic type of x, or its Class if non...
</span></span></pre>
</div><div id="index-body">
<h2 id="E"><span id="section-head">E</span></h2>
Expand All @@ -268,11 +267,10 @@ <h2 id="E"><span id="section-head">E</span></h2>
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/even?">even?</a><span id="line-content"> function clojure.core Returns true if n is even, throws an exception if ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/every?">every?</a><span id="line-content"> function clojure.core Returns true if (pred x) is logical true for every...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extend">extend</a><span id="line-content"> function clojure.core Implementations of protocol methods can be provide...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extend-class">extend-class</a><span id="line-content"> macro clojure.core Like extend-type, for the case when the extended t...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extend-protocol">extend-protocol</a><span id="line-content"> macro clojure.core Useful when you want to provide several implementa...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extend-type">extend-type</a><span id="line-content"> macro clojure.core A macro that expands into an extend call. Useful w...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extenders">extenders</a><span id="line-content"> function clojure.core Returns a collection of the types explicitly exten...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extends?">extends?</a><span id="line-content"> function clojure.core Returns true if atype explicitly extends protocol.
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/extends?">extends?</a><span id="line-content"> function clojure.core Returns true if atype extends protocol.
</span></span></pre>
</div><div id="index-body">
<h2 id="F"><span id="section-head">F</span></h2>
Expand Down Expand Up @@ -646,7 +644,6 @@ <h2 id="S"><span id="section-head">S</span></h2>
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/split-at">split-at</a><span id="line-content"> function clojure.core Returns a vector of [(take n coll) (drop n coll)].
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/split-with">split-with</a><span id="line-content"> function clojure.core Returns a vector of [(take-while pred coll) (drop-...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/str">str</a><span id="line-content"> function clojure.core With no args, returns the empty string. With one a...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/stream?">stream?</a><span id="line-content"> function clojure.core Returns true if x is an instance of Stream.
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/string?">string?</a><span id="line-content"> function clojure.core Return true if x is a String.
</span></span><span id="section-content"> <a href="clojure.walk-api.html#clojure.walk/stringify-keys">stringify-keys</a><span id="line-content"> function clojure.walk Recursively transforms all map keys from keywords ...
</span></span><span id="section-content"> <a href="clojure.core-api.html#clojure.core/struct">struct</a><span id="line-content"> function clojure.core Returns a new structmap instance with the keys of ...
Expand Down
Loading

0 comments on commit 7a3de55

Please sign in to comment.