aboutsummaryrefslogtreecommitdiff
path: root/macro-utils-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'macro-utils-api.html')
-rw-r--r--macro-utils-api.html42
1 files changed, 20 insertions, 22 deletions
diff --git a/macro-utils-api.html b/macro-utils-api.html
index 830e2120..8c60bcf3 100644
--- a/macro-utils-api.html
+++ b/macro-utils-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>macro-utils API reference (clojure.contrib)</title>
+ <title>macro-utils 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,21 +48,21 @@ namespace.
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
<div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/defsymbolmacro">defsymbolmacro</a>
+ <a href="#clojure.contrib.macro-utils/defsymbolmacro">defsymbolmacro</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/deftemplate">deftemplate</a>
+ <a href="#clojure.contrib.macro-utils/deftemplate">deftemplate</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/macrolet">macrolet</a>
+ <a href="#clojure.contrib.macro-utils/macrolet">macrolet</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/mexpand">mexpand</a>
+ <a href="#clojure.contrib.macro-utils/mexpand">mexpand</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/mexpand-1">mexpand-1</a>
+ <a href="#clojure.contrib.macro-utils/mexpand-1">mexpand-1</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/mexpand-all">mexpand-all</a>
+ <a href="#clojure.contrib.macro-utils/mexpand-all">mexpand-all</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/symbol-macrolet">symbol-macrolet</a>
+ <a href="#clojure.contrib.macro-utils/symbol-macrolet">symbol-macrolet</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#macro-utils/with-symbol-macros">with-symbol-macros</a>
+ <a href="#clojure.contrib.macro-utils/with-symbol-macros">with-symbol-macros</a>
</div>
<br />
</div>
@@ -93,7 +93,7 @@ macros can be used only inside a with-symbol-macros form.</pre>
<div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/defsymbolmacro">defsymbolmacro</h2>
+ <h2 id="clojure.contrib.macro-utils/defsymbolmacro">defsymbolmacro</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (defsymbolmacro symbol expansion)
</pre>
@@ -104,7 +104,7 @@ inside a with-symbol-macros form.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/deftemplate">deftemplate</h2>
+ <h2 id="clojure.contrib.macro-utils/deftemplate">deftemplate</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (deftemplate name params &amp; forms)
</pre>
@@ -115,7 +115,7 @@ given in the macro call.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/macrolet">macrolet</h2>
+ <h2 id="clojure.contrib.macro-utils/macrolet">macrolet</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (macrolet fn-bindings &amp; exprs)
</pre>
@@ -125,7 +125,7 @@ syntax is the same as for letfn forms.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/mexpand">mexpand</h2>
+ <h2 id="clojure.contrib.macro-utils/mexpand">mexpand</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (mexpand form)
</pre>
@@ -134,7 +134,7 @@ syntax is the same as for letfn forms.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/mexpand-1">mexpand-1</h2>
+ <h2 id="clojure.contrib.macro-utils/mexpand-1">mexpand-1</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (mexpand-1 form)
</pre>
@@ -143,7 +143,7 @@ syntax is the same as for letfn forms.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/mexpand-all">mexpand-all</h2>
+ <h2 id="clojure.contrib.macro-utils/mexpand-all">mexpand-all</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (mexpand-all form)
</pre>
@@ -152,7 +152,7 @@ syntax is the same as for letfn forms.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/symbol-macrolet">symbol-macrolet</h2>
+ <h2 id="clojure.contrib.macro-utils/symbol-macrolet">symbol-macrolet</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (symbol-macrolet symbol-bindings &amp; exprs)
</pre>
@@ -162,7 +162,7 @@ The syntax is the same as for let forms.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="macro-utils/with-symbol-macros">with-symbol-macros</h2>
+ <h2 id="clojure.contrib.macro-utils/with-symbol-macros">with-symbol-macros</h2>
<span id="var-type">macro</span><br />
<pre id="var-usage">Usage: (with-symbol-macros &amp; exprs)
</pre>
@@ -177,9 +177,7 @@ The syntax is the same as for let forms.</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 &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />