aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/trace.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/trace.clj')
-rw-r--r--src/clojure/contrib/trace.clj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/clojure/contrib/trace.clj b/src/clojure/contrib/trace.clj
index 82e1eeb9..70a20dbb 100644
--- a/src/clojure/contrib/trace.clj
+++ b/src/clojure/contrib/trace.clj
@@ -31,7 +31,11 @@
-(ns clojure.contrib.trace)
+(ns
+ #^{:author "Stuart Sierra",
+ :doc "This file defines simple \"tracing\" macros to help you see what your
+code is doing."}
+ clojure.contrib.trace)
(def
#^{:doc "Current stack depth of traced function calls."}