diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
commit | dc17990a3b478a7fdb6033dc1577ea85658a99a1 (patch) | |
tree | 1659878ffa2e8f869f61a74e84adc45e3f9af657 /macros-api.html | |
parent | 0ed9d7f62054f58129a3039a59b432b519126676 (diff) |
Autodoc commit for 1.2.x/e4ea06c9, master/1068a72b, 1.1.x/d132c5f1
Diffstat (limited to 'macros-api.html')
-rw-r--r-- | macros-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/macros-api.html b/macros-api.html index c3cfb814..a4058a45 100644 --- a/macros-api.html +++ b/macros-api.html @@ -6,9 +6,6 @@ <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/internal.css" rel="stylesheet" /> - <!-- TODO: are we using these (from clojure.org)? If so, add the files --> - <script src="file/view/code_highlighter.js" type="text/javascript"></script> - <script src="file/view/clojure.js" type="text/javascript"></script> <style>.menuWrapper{height: 36px;}</style> <!--[if lte IE 6]> <link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" /> @@ -90,7 +87,7 @@ namespace. <pre id="var-docstr">Evaluate the constant expression expr at compile time.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L18" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L18" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -104,7 +101,7 @@ of name/args/body triples, with (letfn [name args body] ...) being equivalent to (let [name (fn name args body)] ...).</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L28" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L28" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -122,7 +119,7 @@ the default value ['clojure.core] is used. The symbol *ns* can be used to refer to the current namespace.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L68" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/macros.clj#L68" id="var-source">Source</a> </div> |