diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-22 22:34:16 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-22 22:34:16 -0700 |
commit | 18738adb0cba7fa2f2187f9fbd83ba40c56675f1 (patch) | |
tree | 2eadd98e392348a2a88a8294d31078585d91bdf1 /fnmap-api.html | |
parent | 0c8e0b9056785b36e384cf2b272673e753ed374d (diff) |
Updated documentation for commit 835bfe2a02c70c150f2354f8ef9e866f3e2fd180
Diffstat (limited to 'fnmap-api.html')
-rw-r--r-- | fnmap-api.html | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/fnmap-api.html b/fnmap-api.html index a0af0499..3f1d5823 100644 --- a/fnmap-api.html +++ b/fnmap-api.html @@ -1,8 +1,8 @@ <html> <head> <title>fnmap API reference (clojure.contrib)</title> - <link href="file/view/favicon.png" rel="icon" /> - <link href="file/view/favicon.png" rel="shortcut icon" /> + <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" /> <link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/internal.css" rel="stylesheet" /> @@ -24,7 +24,7 @@ namespace. <body> <div id="AllContentContainer"> <div id="Header"> - <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="file/view/clojure-icon.gif" /></a> + <a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a> <h1><a title="Clojure" href="index.html">Clojure</a></h1> </div> <div id="leftcolumn"><div><div style="text-align: center;"></div> @@ -43,13 +43,6 @@ namespace. <div id="Content"> <div class="contentBox"><div class="innerContentBox"> <div id="content_view" class="wiki wikiPage"> - <!-- Temporary disclaimer --> - <div style="background-color: #FF0000; font-weight: bold;"> - NOTE: These autogen pages are still under development. - Not all links work. Not all formatting is done. - Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) - with any questions. - </div> <div id="right-sidebar"><div><div id="toc"> <h1 class="nopad">Table of Contents</h1> <div style="margin-left: 1em;" class="toc-section"> @@ -108,7 +101,8 @@ All other map operations are passed through to the internal map.</pre> </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>.</div> + <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> + Clojure auto-documentation system by Tom Faulhaber.</div> </div> <!-- /AllContentContainer --> </body> |