diff options
Diffstat (limited to 'def-api.html')
-rw-r--r-- | def-api.html | 58 |
1 files changed, 28 insertions, 30 deletions
diff --git a/def-api.html b/def-api.html index 26753568..68ebaa72 100644 --- a/def-api.html +++ b/def-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>def API reference (clojure.contrib)</title> + <title>def 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,29 +48,29 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defalias">defalias</a> + <a href="#clojure.contrib.def/defalias">defalias</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defhinted">defhinted</a> + <a href="#clojure.contrib.def/defhinted">defhinted</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defmacro-">defmacro-</a> + <a href="#clojure.contrib.def/defmacro-">defmacro-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defn-memo">defn-memo</a> + <a href="#clojure.contrib.def/defn-memo">defn-memo</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defnk">defnk</a> + <a href="#clojure.contrib.def/defnk">defnk</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defonce-">defonce-</a> + <a href="#clojure.contrib.def/defonce-">defonce-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defstruct-">defstruct-</a> + <a href="#clojure.contrib.def/defstruct-">defstruct-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defunbound">defunbound</a> + <a href="#clojure.contrib.def/defunbound">defunbound</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defunbound-">defunbound-</a> + <a href="#clojure.contrib.def/defunbound-">defunbound-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defvar">defvar</a> + <a href="#clojure.contrib.def/defvar">defvar</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/defvar-">defvar-</a> + <a href="#clojure.contrib.def/defvar-">defvar-</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#def/name-with-attributes">name-with-attributes</a> + <a href="#clojure.contrib.def/name-with-attributes">name-with-attributes</a> </div> <br /> </div> @@ -90,7 +90,7 @@ by <span id="author">Unknown</span><br /> <div id="var-entry"> <br /> <hr /> - <h2 id="def/defalias">defalias</h2> + <h2 id="clojure.contrib.def/defalias">defalias</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defalias name orig) (defalias name orig doc) @@ -102,7 +102,7 @@ metadata (as provided by def) merged into the metadata of the original.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defhinted">defhinted</h2> + <h2 id="clojure.contrib.def/defhinted">defhinted</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defhinted sym init) </pre> @@ -113,7 +113,7 @@ value of a different type. See <a href="http://paste.lisp.org/display/73344">ht </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defmacro-">defmacro-</h2> + <h2 id="clojure.contrib.def/defmacro-">defmacro-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defmacro- name & decls) </pre> @@ -122,7 +122,7 @@ value of a different type. See <a href="http://paste.lisp.org/display/73344">ht </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defn-memo">defn-memo</h2> + <h2 id="clojure.contrib.def/defn-memo">defn-memo</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defn-memo fn-name & defn-stuff) </pre> @@ -131,7 +131,7 @@ value of a different type. See <a href="http://paste.lisp.org/display/73344">ht </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defnk">defnk</h2> + <h2 id="clojure.contrib.def/defnk">defnk</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defnk fn-name & fn-tail) </pre> @@ -145,7 +145,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defonce-">defonce-</h2> + <h2 id="clojure.contrib.def/defonce-">defonce-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defonce- name expr) (defonce- name expr doc) @@ -155,7 +155,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defstruct-">defstruct-</h2> + <h2 id="clojure.contrib.def/defstruct-">defstruct-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defstruct- name & decls) </pre> @@ -164,7 +164,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defunbound">defunbound</h2> + <h2 id="clojure.contrib.def/defunbound">defunbound</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defunbound name) (defunbound name doc) @@ -174,7 +174,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defunbound-">defunbound-</h2> + <h2 id="clojure.contrib.def/defunbound-">defunbound-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defunbound- name & decls) </pre> @@ -183,7 +183,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defvar">defvar</h2> + <h2 id="clojure.contrib.def/defvar">defvar</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defvar name) (defvar name init) @@ -194,7 +194,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/defvar-">defvar-</h2> + <h2 id="clojure.contrib.def/defvar-">defvar-</h2> <span id="var-type">macro</span><br /> <pre id="var-usage">Usage: (defvar- name & decls) </pre> @@ -203,7 +203,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="def/name-with-attributes">name-with-attributes</h2> + <h2 id="clojure.contrib.def/name-with-attributes">name-with-attributes</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (name-with-attributes name macro-args) </pre> @@ -226,9 +226,7 @@ arguments.</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 /> |