diff options
author | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-03-13 13:23:53 +0000 |
---|---|---|
committer | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-03-13 13:23:53 +0000 |
commit | 9202e255b24716484492671f9ea85d412f983ed6 (patch) | |
tree | 3e307dd7b73504775266fd48dcf02d3fa9d713bf /src/clojure/contrib/gen_html_docs.clj | |
parent | dba39786323602b548faad6088a5f2ef72b3430d (diff) |
generic: modified arithmetic and added math-functions
Diffstat (limited to 'src/clojure/contrib/gen_html_docs.clj')
-rw-r--r-- | src/clojure/contrib/gen_html_docs.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/gen_html_docs.clj b/src/clojure/contrib/gen_html_docs.clj index 7cf62d9e..7a587fdf 100644 --- a/src/clojure/contrib/gen_html_docs.clj +++ b/src/clojure/contrib/gen_html_docs.clj @@ -483,6 +483,7 @@ emits the generated HTML to the path named by path." 'clojure.contrib.except 'clojure.contrib.fcase 'clojure.contrib.generic.arithmetic + 'clojure.contrib.generic.math-functions 'clojure.contrib.import-static 'clojure.contrib.javadoc 'clojure.contrib.javalog |