diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-04 00:28:26 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-04 00:28:26 +0000 |
commit | 80ec9a2db42de7a527ef838acbae6dbab8f49cb3 (patch) | |
tree | 242fa54f8b7ba75ecb9b636f15005ee25edd8853 /src/clojure/contrib/find_namespaces.clj | |
parent | 521f90e3e35cdb557519076ccc670c8cbcceaba9 (diff) |
More documentation headers
Diffstat (limited to 'src/clojure/contrib/find_namespaces.clj')
-rw-r--r-- | src/clojure/contrib/find_namespaces.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/find_namespaces.clj b/src/clojure/contrib/find_namespaces.clj index 2964d61f..ded33f2a 100644 --- a/src/clojure/contrib/find_namespaces.clj +++ b/src/clojure/contrib/find_namespaces.clj @@ -12,7 +12,10 @@ ;; remove this notice, or any other, from this software. -(ns clojure.contrib.find-namespaces +(ns + #^{:author "Stuart Sierra", + :doc "Search for ns declarations in dirs, JARs, or CLASSPATH"} + clojure.contrib.find-namespaces (:require [clojure.contrib.classpath :as cp] [clojure.contrib.jar :as jar]) (import (java.io File FileReader BufferedReader PushbackReader |