diff options
Diffstat (limited to 'json.write-api.html')
-rw-r--r-- | json.write-api.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/json.write-api.html b/json.write-api.html index 4d500e95..aed1da11 100644 --- a/json.write-api.html +++ b/json.write-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>json.write API reference (clojure.contrib)</title> + <title>json.write 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,9 +48,9 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#json.write/json-str">json-str</a> + <a href="#clojure.contrib.json.write/json-str">json-str</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#json.write/print-json">print-json</a> + <a href="#clojure.contrib.json.write/print-json">print-json</a> </div> <br /> </div> @@ -100,7 +100,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="json.write/json-str">json-str</h2> + <h2 id="clojure.contrib.json.write/json-str">json-str</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (json-str x) </pre> @@ -109,7 +109,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="json.write/print-json">print-json</h2> + <h2 id="clojure.contrib.json.write/print-json">print-json</h2> <span id="var-type">multimethod</span><br /> <pre id="var-usage">Usage: (print-json x) </pre> @@ -128,9 +128,7 @@ Numbers print as with pr.</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 /> |