diff options
Diffstat (limited to 'except-api.html')
-rw-r--r-- | except-api.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/except-api.html b/except-api.html index ec4e4d6f..8076c1cf 100644 --- a/except-api.html +++ b/except-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>except API reference (clojure.contrib)</title> + <title>except 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,13 +48,13 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#except/throw-arg">throw-arg</a> + <a href="#clojure.contrib.except/throw-arg">throw-arg</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#except/throw-if">throw-if</a> + <a href="#clojure.contrib.except/throw-if">throw-if</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#except/throw-if-not">throw-if-not</a> + <a href="#clojure.contrib.except/throw-if-not">throw-if-not</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#except/throwf">throwf</a> + <a href="#clojure.contrib.except/throwf">throwf</a> </div> <br /> </div> @@ -76,7 +76,7 @@ formatted using clojure.core/format.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="except/throw-arg">throw-arg</h2> + <h2 id="clojure.contrib.except/throw-arg">throw-arg</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (throw-arg & args) </pre> @@ -92,7 +92,7 @@ formatted using clojure.core/format.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="except/throw-if">throw-if</h2> + <h2 id="clojure.contrib.except/throw-if">throw-if</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (throw-if test & args) </pre> @@ -102,7 +102,7 @@ for throwf.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="except/throw-if-not">throw-if-not</h2> + <h2 id="clojure.contrib.except/throw-if-not">throw-if-not</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (throw-if-not test & args) </pre> @@ -112,7 +112,7 @@ for throwf.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="except/throwf">throwf</h2> + <h2 id="clojure.contrib.except/throwf">throwf</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (throwf & args) </pre> @@ -137,9 +137,7 @@ clojure.core/format. All arguments are optional: </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 /> |