aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/error_kit.clj
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-05-04 00:28:26 +0000
committerTom Faulhaber <git_net@infolace.com>2009-05-04 00:28:26 +0000
commit80ec9a2db42de7a527ef838acbae6dbab8f49cb3 (patch)
tree242fa54f8b7ba75ecb9b636f15005ee25edd8853 /src/clojure/contrib/error_kit.clj
parent521f90e3e35cdb557519076ccc670c8cbcceaba9 (diff)
More documentation headers
Diffstat (limited to 'src/clojure/contrib/error_kit.clj')
-rw-r--r--src/clojure/contrib/error_kit.clj8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/clojure/contrib/error_kit.clj b/src/clojure/contrib/error_kit.clj
index 3c6df4c9..0d5ea8e5 100644
--- a/src/clojure/contrib/error_kit.clj
+++ b/src/clojure/contrib/error_kit.clj
@@ -11,7 +11,13 @@
; Please contact Chouser if you have any suggestions for better names
; or API adjustments.
-(ns clojure.contrib.error-kit
+(ns
+ #^{:author "Chris Houser",
+ :doc "EXPERIMENTAL
+System for defining and using custom errors
+Please contact Chouser if you have any suggestions for better names
+or API adjustments."}
+ clojure.contrib.error-kit
(:use [clojure.contrib.def :only (defvar defvar-)]
[clojure.contrib.stacktrace :only (root-cause)]))