diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-17 00:00:44 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-17 00:01:19 -0700 |
commit | 9382430b2dc04761a7c1781c30a737cc5a04566a (patch) | |
tree | a976cd46d4be5e180fb5d45114d75049ccbfcaf9 /src/clojure/contrib | |
parent | c2f2b43fa22e3759a1844a1715fb8a32b18e9f6f (diff) |
Documentation update
Diffstat (limited to 'src/clojure/contrib')
-rw-r--r-- | src/clojure/contrib/pprint.clj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj index f11d0a71..2c6c34f6 100644 --- a/src/clojure/contrib/pprint.clj +++ b/src/clojure/contrib/pprint.clj @@ -14,13 +14,14 @@ (ns #^{:author "Tom Faulhaber", :doc "This module comprises two elements: -1) A pretty printer for Clojure data structures, implemented in the function \"pprint\" -2) A Common Lisp compatible format function, implemented as \"cl-format\" because - Clojure is using the name \"format\" for its own format. +1) A pretty printer for Clojure data structures, implemented in the + function \"pprint\" +2) A Common Lisp compatible format function, implemented as + \"cl-format\" because Clojure is using the name \"format\" + for its Java-based format function. -Complete documentation is available on the wiki at the contrib google code site.", - :see-also [["PrettyPrinting" "Documentation for the pretty printer"] - ["CommonLispFormat" "Documentation for Common Lisp format function"]] +See documentation for those functions for more information or complete +documentation on the the clojure-contrib web site on github.", } clojure.contrib.pprint (:use clojure.contrib.pprint.utilities) |