aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-04-17 07:25:39 +0000
committerTom Faulhaber <git_net@infolace.com>2009-04-17 07:25:39 +0000
commit7deb08b9298fb1436a243954ee696c889264b620 (patch)
tree4f2de648f42368ade2aaf10efda6192befae9585
parentb0179b612c0fc7dcc9a4e4115bbbfb1330442109 (diff)
More autodoc changes (because googlecode wiki is stupid)
-rw-r--r--src/clojure/contrib/pprint.clj13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj
index 42fcff1e..b9a1e968 100644
--- a/src/clojure/contrib/pprint.clj
+++ b/src/clojure/contrib/pprint.clj
@@ -28,17 +28,16 @@
Clojure is using the name \"format\" for its own format.
The most complete documentation can be found at http://github.com/tomfaulhaber/cl-format
-where the markdown README is currently displayed. I will be moving it into
-clojure.contrib (either to the wiki or some other document structure) RSN.
+where the markdown README is currently displayed. I will be moving it into the
+clojure.contrib wiki RSN.
",
:wiki-doc "This module comprises two elements:
-# A pretty printer for Clojure data structures, implemented in the function \"pprint\"
-# A Common Lisp compatible format function, implemented as \"cl-format\" because
-Clojure is using the name \"format\" for its own format.
+ # A pretty printer for Clojure data structures, implemented in the function \"pprint\"
+ # A Common Lisp compatible format function, implemented as \"cl-format\" because Clojure is using the name \"format\" for its own format.
The most complete documentation can be found at http://github.com/tomfaulhaber/cl-format
-where the markdown README is currently displayed. I will be moving it into
-clojure.contrib (either to the wiki or some other document structure) RSN.
+where the markdown README is currently displayed. I will be moving it into the
+clojure.contrib wiki RSN.
"}
clojure.contrib.pprint
(:use clojure.contrib.pprint.utilities)