diff options
Diffstat (limited to 'mmap-api.html')
-rw-r--r-- | mmap-api.html | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/mmap-api.html b/mmap-api.html index 5a3f09a2..16d0d02e 100644 --- a/mmap-api.html +++ b/mmap-api.html @@ -1,6 +1,6 @@ <html> <head> - <title>mmap API reference (clojure.contrib)</title> + <title>mmap 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,11 +48,11 @@ namespace. <div style="margin-left: 1em;" class="toc-section"> <a href="#toc0">Overview</a> <div style="margin-left: 1em;" class="toc-entry"> - <a href="#mmap/buffer-stream">buffer-stream</a> + <a href="#clojure.contrib.mmap/buffer-stream">buffer-stream</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#mmap/mmap">mmap</a> + <a href="#clojure.contrib.mmap/mmap">mmap</a> </div><div style="margin-left: 1em;" class="toc-entry"> - <a href="#mmap/slurp">slurp</a> + <a href="#clojure.contrib.mmap/slurp">slurp</a> </div> <br /> </div> @@ -73,7 +73,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <div id="var-entry"> <br /> <hr /> - <h2 id="mmap/buffer-stream">buffer-stream</h2> + <h2 id="clojure.contrib.mmap/buffer-stream">buffer-stream</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (buffer-stream buf) </pre> @@ -82,7 +82,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="mmap/mmap">mmap</h2> + <h2 id="clojure.contrib.mmap/mmap">mmap</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (mmap f) </pre> @@ -91,7 +91,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> </div><div id="var-entry"> <br /> <hr /> - <h2 id="mmap/slurp">slurp</h2> + <h2 id="clojure.contrib.mmap/slurp">slurp</h2> <span id="var-type">function</span><br /> <pre id="var-usage">Usage: (slurp f) </pre> @@ -106,9 +106,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</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 /> |