aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/condt.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/condt.clj')
-rw-r--r--src/clojure/contrib/condt.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/condt.clj b/src/clojure/contrib/condt.clj
index 41c421a5..fbd76cc0 100644
--- a/src/clojure/contrib/condt.clj
+++ b/src/clojure/contrib/condt.clj
@@ -22,7 +22,10 @@
;; December 15, 2008: original version, named "condp"
-(ns clojure.contrib.condt
+(ns
+ #{:author "Stuart Sierra"
+ :doc "Generic case-like macro using template expressions"}
+ clojure.contrib.condt
(:require clojure.contrib.template))
(defmacro condt