aboutsummaryrefslogtreecommitdiff
path: root/modules/gen-html-docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gen-html-docs/src')
-rw-r--r--modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj b/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
index 2e54aeee..5046c163 100644
--- a/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
+++ b/modules/gen-html-docs/src/main/clojure/clojure/contrib/gen_html_docs.clj
@@ -46,8 +46,7 @@
:doc "Generates a single HTML page that contains the documentation for
one or more Clojure libraries."}
clojure.contrib.gen-html-docs
- (:require [clojure.contrib.io :as io]
- [clojure.contrib.string :as s])
+ (:require [clojure.contrib.string :as s])
(:use [clojure.contrib repl-utils def prxml])
(:import [java.lang Exception]
[java.util.regex Pattern]))
@@ -458,7 +457,7 @@ libraries."
"Calls generate-documentation on the libraries named by libs and
emits the generated HTML to the path named by path."
[path libs]
- (io/spit path (generate-documentation libs)))
+ (spit path (generate-documentation libs)))
(comment
(generate-documentation-to-file
@@ -481,7 +480,6 @@ emits the generated HTML to the path named by path."
'clojure.contrib.complex-numbers
'clojure.contrib.cond
'clojure.contrib.def
- 'clojure.contrib.io
'clojure.contrib.enum
'clojure.contrib.error-kit
'clojure.contrib.except