diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-20 05:45:37 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-20 05:45:37 +0000 |
commit | 03d773de9019a15e89ff55c82635a5205fddee52 (patch) | |
tree | bee91e6cb054954c1344dba6386403671e5b22f1 /src/clojure | |
parent | 074963a22d9d8547ff5bb408191850e1760e364d (diff) |
Delete comment which duplicates ns doc
Diffstat (limited to 'src/clojure')
-rw-r--r-- | src/clojure/contrib/pprint.clj | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj index 871fc715..f11d0a71 100644 --- a/src/clojure/contrib/pprint.clj +++ b/src/clojure/contrib/pprint.clj @@ -11,15 +11,6 @@ ;; the terms of this license. ;; You must not remove this notice, or any other, from this software. -;; 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. -;; -;; 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. - (ns #^{:author "Tom Faulhaber", :doc "This module comprises two elements: |