aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/singleton.clj
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-04 05:34:00 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-04 05:34:00 +0000
commit86e90011e274910c618a5592d21ba3ce290a6855 (patch)
treef5bedd2f64d52b0050662f637b2d084a3c05356a /src/clojure/contrib/singleton.clj
parent870a47e859bdea719e253e8116f7da8b115594ce (diff)
Lots 'o doc strings
Diffstat (limited to 'src/clojure/contrib/singleton.clj')
-rw-r--r--src/clojure/contrib/singleton.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/singleton.clj b/src/clojure/contrib/singleton.clj
index 02b89f3b..b10223ff 100644
--- a/src/clojure/contrib/singleton.clj
+++ b/src/clojure/contrib/singleton.clj
@@ -20,7 +20,10 @@
;; April 9, 2009: initial version
-(ns clojure.contrib.singleton)
+(ns
+ #^{:author "Stuart Sierra",
+ :doc "Singleton functions"}
+ clojure.contrib.singleton)
(defn global-singleton
"Returns a global singleton function. f is a function of no