diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:02:34 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-03 07:02:34 +0000 |
commit | a4b8d24cb2f4e79fa3856db37d5fcf1d94003b30 (patch) | |
tree | c86eb1ca154a03a49cc03dfa3c3d50b93892061c /src/clojure/contrib/command_line.clj | |
parent | c1e9b640e557065cbf539a60741bc98c46cc825f (diff) |
Beginning to add namespace documentation for all namespaces.
Diffstat (limited to 'src/clojure/contrib/command_line.clj')
-rw-r--r-- | src/clojure/contrib/command_line.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/command_line.clj b/src/clojure/contrib/command_line.clj index a323ee69..96f10ac5 100644 --- a/src/clojure/contrib/command_line.clj +++ b/src/clojure/contrib/command_line.clj @@ -8,7 +8,10 @@ ; Process command-line arguments according to a given cmdspec -(ns clojure.contrib.command-line +(ns + #^{:author "Chris Houser", + :doc "Process command-line arguments according to a given cmdspec"} + clojure.contrib.command-line (:require (clojure.contrib [seq-utils :as su])) (:use (clojure.contrib [str-utils :only (str-join)]))) |