diff options
Diffstat (limited to 'repl-ln-api.html')
-rw-r--r-- | repl-ln-api.html | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/repl-ln-api.html b/repl-ln-api.html index 71974045..4cb91037 100644 --- a/repl-ln-api.html +++ b/repl-ln-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>repl-ln API reference (clojure.contrib)</title> + <title>repl-ln 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="#repl-ln/print-repl-info">print-repl-info</a> + <a href="#clojure.contrib.repl-ln/print-repl-info">print-repl-info</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/repl">repl</a> + <a href="#clojure.contrib.repl-ln/repl">repl</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/repl-info">repl-info</a> + <a href="#clojure.contrib.repl-ln/repl-info">repl-info</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/repl-prompt">repl-prompt</a> + <a href="#clojure.contrib.repl-ln/repl-prompt">repl-prompt</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/set-repl-name">set-repl-name</a> + <a href="#clojure.contrib.repl-ln/set-repl-name">set-repl-name</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/set-repl-prompt">set-repl-prompt</a> + <a href="#clojure.contrib.repl-ln/set-repl-prompt">set-repl-prompt</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#repl-ln/stream-repl">stream-repl</a> + <a href="#clojure.contrib.repl-ln/stream-repl">stream-repl</a> </div> <br /> </div> @@ -81,7 +81,7 @@ input stream.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/print-repl-info">print-repl-info</h2> + <h2 id="clojure.contrib.repl-ln/print-repl-info">print-repl-info</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (print-repl-info) </pre> @@ -90,7 +90,7 @@ input stream.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/repl">repl</h2> + <h2 id="clojure.contrib.repl-ln/repl">repl</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (repl & options) </pre> @@ -112,7 +112,7 @@ for clojure.main/repl with the following change and additions: </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/repl-info">repl-info</h2> + <h2 id="clojure.contrib.repl-ln/repl-info">repl-info</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (repl-info) </pre> @@ -121,7 +121,7 @@ for clojure.main/repl with the following change and additions: </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/repl-prompt">repl-prompt</h2> + <h2 id="clojure.contrib.repl-ln/repl-prompt">repl-prompt</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (repl-prompt) </pre> @@ -130,7 +130,7 @@ for clojure.main/repl with the following change and additions: </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/set-repl-name">set-repl-name</h2> + <h2 id="clojure.contrib.repl-ln/set-repl-name">set-repl-name</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (set-repl-name) (set-repl-name name-fmt) @@ -147,7 +147,7 @@ With no arguments, resets the repl name to its default: "repl-%S"</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/set-repl-prompt">set-repl-prompt</h2> + <h2 id="clojure.contrib.repl-ln/set-repl-prompt">set-repl-prompt</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (set-repl-prompt) (set-repl-prompt prompt-fmt) @@ -166,7 +166,7 @@ With no arguments, resets the repl pompt to its default: "%S:%L %N=> "</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="repl-ln/stream-repl">stream-repl</h2> + <h2 id="clojure.contrib.repl-ln/stream-repl">stream-repl</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (stream-repl & options) </pre> @@ -185,9 +185,7 @@ options provided by clojure.contrib.repl-ln/repl.</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 /> |