diff options
Diffstat (limited to 'src/clojure/contrib/condt.clj')
-rw-r--r-- | src/clojure/contrib/condt.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clojure/contrib/condt.clj b/src/clojure/contrib/condt.clj index fbd76cc0..b5ac4da4 100644 --- a/src/clojure/contrib/condt.clj +++ b/src/clojure/contrib/condt.clj @@ -23,8 +23,8 @@ (ns - #{:author "Stuart Sierra" - :doc "Generic case-like macro using template expressions"} + #^{:author "Stuart Sierra" + :doc "Generic case-like macro using template expressions"} clojure.contrib.condt (:require clojure.contrib.template)) |