diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-04-30 16:19:00 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-04-30 16:19:00 -0700 |
commit | 4a3f270f93c687ec29f9cdd178f22b9fd3d82e37 (patch) | |
tree | cbe8efecfd3a0aab290cb6b7c2eec2135385d52a /mmap-api.html | |
parent | ae92eda353beed7ff5ee07ea80491d7c7bca110c (diff) |
Manual autodoc update (mostly whitespace diffs caused by new tags, not yet used).
Diffstat (limited to 'mmap-api.html')
-rw-r--r-- | mmap-api.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/mmap-api.html b/mmap-api.html index c5bbc4f0..30a28f40 100644 --- a/mmap-api.html +++ b/mmap-api.html @@ -75,6 +75,8 @@ by <span id="author">Chris Houser</span><br /> </pre><h2>Overview</h2> <pre id="namespace-docstr">Functions for memory-mapping files, plus some functions that use a mmaped file for "normal" activies -- slurp, load-file, etc.</pre> + + <br /> <h2>Public Variables and Functions</h2> <div id="var-entry"> @@ -85,7 +87,9 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <pre id="var-usage">Usage: (buffer-stream buf) </pre> <pre id="var-docstr">Returns an InputStream for a ByteBuffer, such as returned by mmap.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mmap.clj#L39" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -94,7 +98,9 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <pre id="var-usage">Usage: (mmap f) </pre> <pre id="var-docstr">Memory-map the file named f. Returns a ByteBuffer.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mmap.clj#L27" id="var-source">Source</a> + + + </div><div id="var-entry"> <br /> <hr /> @@ -103,7 +109,9 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <pre id="var-usage">Usage: (slurp f) </pre> <pre id="var-docstr">Reads the file named by f and returns it as a string.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/mmap.clj#L33" id="var-source">Source</a> + + + </div> |