aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/graph.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/graph.clj')
-rw-r--r--src/clojure/contrib/graph.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/graph.clj b/src/clojure/contrib/graph.clj
index f3ca4f3d..0be6420c 100644
--- a/src/clojure/contrib/graph.clj
+++ b/src/clojure/contrib/graph.clj
@@ -14,7 +14,10 @@
;; Created 23 June 2009
-(ns clojure.contrib.graph
+(ns
+ #^{:author "Jeffrey Straszheim",
+ :doc "Basic graph theory algorithms"}
+ clojure.contrib.graph
(use [clojure.set :only (union)]))