aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/agent_utils.clj
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-03 07:02:34 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-03 07:02:34 +0000
commita4b8d24cb2f4e79fa3856db37d5fcf1d94003b30 (patch)
treec86eb1ca154a03a49cc03dfa3c3d50b93892061c /src/clojure/contrib/agent_utils.clj
parentc1e9b640e557065cbf539a60741bc98c46cc825f (diff)
Beginning to add namespace documentation for all namespaces.
Diffstat (limited to 'src/clojure/contrib/agent_utils.clj')
-rw-r--r--src/clojure/contrib/agent_utils.clj7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/clojure/contrib/agent_utils.clj b/src/clojure/contrib/agent_utils.clj
index ef377d25..a8c718c6 100644
--- a/src/clojure/contrib/agent_utils.clj
+++ b/src/clojure/contrib/agent_utils.clj
@@ -12,7 +12,12 @@
;; note to other contrib members: feel free to add to this lib
-(ns clojure.contrib.agent-utils)
+(ns
+ #^{:author "Cheistophe Grande",
+ :doc "Miscellaneous agent utilities
+ (note to other contrib members: feel free to add to this lib)",
+}
+ clojure.contrib.agent-utils)
(defmacro capture-and-send
"Capture the current value of the specified vars and rebind