diff options
Diffstat (limited to 'core-api.html')
-rw-r--r-- | core-api.html | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/core-api.html b/core-api.html index b58da95a..96d7f2c9 100644 --- a/core-api.html +++ b/core-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>core API reference (clojure.contrib)</title> + <title>core 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,15 +48,15 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#core/-?>">-?></a> + <a href="#clojure.contrib.core/-?>">-?></a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#core/.?.">.?.</a> + <a href="#clojure.contrib.core/.?.">.?.</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#core/dissoc-in">dissoc-in</a> + <a href="#clojure.contrib.core/dissoc-in">dissoc-in</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#core/new-by-name">new-by-name</a> + <a href="#clojure.contrib.core/new-by-name">new-by-name</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#core/seqable?">seqable?</a> + <a href="#clojure.contrib.core/seqable?">seqable?</a> </div> <br /> </div> @@ -77,7 +77,7 @@ by <span id="author">Laurent Petit (and others)</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="core/-?>">-?></h2> + <h2 id="clojure.contrib.core/-?>">-?></h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (-?> x form) (-?> x form & forms) @@ -91,7 +91,7 @@ Examples : </div><div id="var-entry"> <br /> <hr /> - <h2 id="core/.?.">.?.</h2> + <h2 id="clojure.contrib.core/.?.">.?.</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (.?. x form) (.?. x form & forms) @@ -105,7 +105,7 @@ Examples : </div><div id="var-entry"> <br /> <hr /> - <h2 id="core/dissoc-in">dissoc-in</h2> + <h2 id="clojure.contrib.core/dissoc-in">dissoc-in</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (dissoc-in m [k & ks :as keys]) </pre> @@ -116,7 +116,7 @@ will not be present in the new structure.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="core/new-by-name">new-by-name</h2> + <h2 id="clojure.contrib.core/new-by-name">new-by-name</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (new-by-name class-name & args) </pre> @@ -125,7 +125,7 @@ will not be present in the new structure.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="core/seqable?">seqable?</h2> + <h2 id="clojure.contrib.core/seqable?">seqable?</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (seqable? x) </pre> @@ -140,9 +140,7 @@ will not be present in the new structure.</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 /> |