Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
added autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
prasincs committed May 9, 2011
1 parent a806a9c commit 5e677bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ lib
bin
\#*#
.\#

autodoc/**
docs/**
11 changes: 9 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]]
:dev-dependencies [[swank-clojure "1.2.1"]]
; sets the 'java.library.path' property to load ZeroMQ library
:dev-dependencies [[com.fxtlabs/autodoc "0.8.0-SNAPSHOT"]
[swank-clojure "1.2.1"]
]
:autodoc {:name "Project Thor"
:page-title "API documentation"
:web-home "http://prasincs.github.com/project_thor/docs"
:output-path "docs"
}
; sets the 'java.li:brary.path' property to load ZeroMQ library
:native-path "/usr/local/lib"
:main thor.main)

0 comments on commit 5e677bc

Please sign in to comment.