diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-14 22:25:52 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-14 22:25:52 +0000 |
commit | 5cb5d57e961f71a2c362bb552d8312b504acdfd2 (patch) | |
tree | 7ee20d02892bb00f26e6fc5e1c635c240a2f9e28 /src/clojure/contrib | |
parent | 514ec4c4c186363c2b7a6ec924e0960e02f477d7 (diff) |
Add links to new wiki entries
Diffstat (limited to 'src/clojure/contrib')
-rw-r--r-- | src/clojure/contrib/pprint.clj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj index 820afb4d..ef63f3b7 100644 --- a/src/clojure/contrib/pprint.clj +++ b/src/clojure/contrib/pprint.clj @@ -27,10 +27,10 @@ 2) 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 the -clojure.contrib wiki RSN.", -} +Complete documentation is available on the wiki at the contrib google code site.", + :see-also [["PrettyPrinter" "Documentation for the pretty printer"] + ["CommonLispFormat" "Documentation for Common Lisp format function"]] + } clojure.contrib.pprint (:use clojure.contrib.pprint.utilities) (:import [clojure.contrib.pprint PrettyWriter])) |