diff options
Diffstat (limited to 'src/clj/clojure/inspector.clj')
-rw-r--r-- | src/clj/clojure/inspector.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clj/clojure/inspector.clj b/src/clj/clojure/inspector.clj index 4e1ac077..d7f8f30f 100644 --- a/src/clj/clojure/inspector.clj +++ b/src/clj/clojure/inspector.clj @@ -6,7 +6,9 @@ ; the terms of this license. ; You must not remove this notice, or any other, from this software. -(ns clojure.inspector +(ns #^{:doc "Graphical object inspector for Clojure data structures." + :author "Rich Hickey"} + clojure.inspector (:import (java.awt BorderLayout) (java.awt.event ActionEvent ActionListener) |