diff options
author | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-05-03 15:45:02 +0000 |
---|---|---|
committer | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-05-03 15:45:02 +0000 |
commit | bdc813a0d39cb3c6184c4e123d847458e9c77711 (patch) | |
tree | bfd2af2560617b72f4b8f827b5e7467770637230 /src/clojure/contrib/macros.clj | |
parent | 47a2f69414f0c3ff90fb2fad4930d9af3d491d23 (diff) |
Namespace documentation for autodoc
Diffstat (limited to 'src/clojure/contrib/macros.clj')
-rw-r--r-- | src/clojure/contrib/macros.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/macros.clj b/src/clojure/contrib/macros.clj index 58236fbf..c9e96a65 100644 --- a/src/clojure/contrib/macros.clj +++ b/src/clojure/contrib/macros.clj @@ -9,7 +9,10 @@ ;; agreeing to be bound by the terms of this license. You must not ;; remove this notice, or any other, from this software. -(ns clojure.contrib.macros) +(ns + #^{:author "Konrad Hinsen" + :doc "Various small macros"} + clojure.contrib.macros) ;; By Konrad Hinsen (defmacro const |