Skip to content

Commit

Permalink
Replaced autodoc with codox for API doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Dec 11, 2011
1 parent d2b9783 commit 6ade5c2
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 155 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ ring-standalone.jar
pom.xml pom.xml
autodoc autodoc
.lein-failures .lein-failures
doc
27 changes: 0 additions & 27 deletions autodoc-params/templates/api-index.html

This file was deleted.

53 changes: 0 additions & 53 deletions autodoc-params/templates/layout.html

This file was deleted.

10 changes: 0 additions & 10 deletions autodoc-params/templates/local-toc.html

This file was deleted.

11 changes: 0 additions & 11 deletions autodoc-params/templates/master-toc.html

This file was deleted.

13 changes: 0 additions & 13 deletions autodoc-params/templates/namespace-api.html

This file was deleted.

19 changes: 0 additions & 19 deletions autodoc-params/templates/overview.html

This file was deleted.

10 changes: 0 additions & 10 deletions autodoc-params/templates/sub-namespace-api.html

This file was deleted.

18 changes: 6 additions & 12 deletions project.clj
Expand Up @@ -7,15 +7,9 @@
[ring/ring-jetty-adapter "1.0.0-RC5"] [ring/ring-jetty-adapter "1.0.0-RC5"]
[ring/ring-servlet "1.0.0-RC5"]] [ring/ring-servlet "1.0.0-RC5"]]
:dev-dependencies :dev-dependencies
[[org.clojars.weavejester/autodoc "0.9.0"]] [[codox "0.3.0"]]
:autodoc :codox
{:name "Ring" {:sources ["ring-core/src"
:description "A Clojure web applications library" "ring-devel/src"
:copyright "Copyright 2009-2011 Mark McGranaghan" "ring-jetty-adapter/src"
:root "." "ring-servlet/src"]})
:source-path ""
:web-src-dir "http://github.com/mmcgrana/ring/blob/"
:web-home "http://mmcgrana.github.com/ring/"
:output-path "autodoc"
:namespaces-to-document ["ring"]
:load-except-list [#"/example/" #"/test/" #"project\.clj"]})

0 comments on commit 6ade5c2

Please sign in to comment.