aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/core.clj')
-rw-r--r--src/clojure/contrib/core.clj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/clojure/contrib/core.clj b/src/clojure/contrib/core.clj
index 6ce8c6e0..e5fe7c78 100644
--- a/src/clojure/contrib/core.clj
+++ b/src/clojure/contrib/core.clj
@@ -12,7 +12,11 @@
;; note to other contrib members: feel free to add to this lib
-(ns clojure.contrib.core
+(ns
+ #^{:author "Laurent Petit (and others)"
+ :doc "Functions/macros variants of the ones that can be found in clojure.core
+ (note to other contrib members: feel free to add to this lib)"}
+ clojure.contrib.core
(:use clojure.contrib.def))
(defmacro- defnilsafe [docstring non-safe-name nil-safe-name]