diff options
Diffstat (limited to 'types-api.html')
-rw-r--r-- | types-api.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/types-api.html b/types-api.html index 5eb6bc96..0024deb0 100644 --- a/types-api.html +++ b/types-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>types API reference (clojure.contrib)</title> + <title>types 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="#types/defadt">defadt</a> + <a href="#clojure.contrib.types/defadt">defadt</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#types/deftype">deftype</a> + <a href="#clojure.contrib.types/deftype">deftype</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#types/deftype-">deftype-</a> + <a href="#clojure.contrib.types/deftype-">deftype-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#types/match">match</a> + <a href="#clojure.contrib.types/match">match</a> </div> <br /> </div> @@ -74,7 +74,7 @@ by <span id="author">Konrad Hinsen</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="types/defadt">defadt</h2> + <h2 id="clojure.contrib.types/defadt">defadt</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defadt type-tag & constructors) </pre> @@ -86,7 +86,7 @@ The data type tag must be a keyword.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="types/deftype">deftype</h2> + <h2 id="clojure.contrib.types/deftype">deftype</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (deftype type-tag constructor-name docstring? attr-map?) (deftype type-tag constructor-name docstring? attr-map? constructor) @@ -105,7 +105,7 @@ object. It is used for printing and matching.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="types/deftype-">deftype-</h2> + <h2 id="clojure.contrib.types/deftype-">deftype-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (deftype- type-tag constructor-name & optional) </pre> @@ -114,7 +114,7 @@ object. It is used for printing and matching.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="types/match">match</h2> + <h2 id="clojure.contrib.types/match">match</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (match value & clauses) </pre> @@ -144,9 +144,7 @@ for the template to match.</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 /> |