diff options
Diffstat (limited to 'src/clojure/contrib/prxml.clj')
-rwxr-xr-x | src/clojure/contrib/prxml.clj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/clojure/contrib/prxml.clj b/src/clojure/contrib/prxml.clj index b056e1f1..a2362223 100755 --- a/src/clojure/contrib/prxml.clj +++ b/src/clojure/contrib/prxml.clj @@ -22,7 +22,11 @@ ;; See function "prxml" at the bottom of this file for documentation. -(ns clojure.contrib.prxml +(ns + #^{:author "Stuart Sierra", + :doc "Compact syntax for generating XML. See the documentation of \"prxml\" +for details."} + clojure.contrib.prxml (:use [clojure.contrib.lazy-xml :only (escape-xml)])) (def |