Parse clj files

This commit is contained in:
oakes
2014-03-31 00:20:33 -04:00
parent 58828802e9
commit adfdb9bc95
4 changed files with 58 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
This doclet generates the play-clj doc site.
## Usage
## Directions
1. Download and extract the [LibGDX source code](https://github.com/libgdx/libgdx/releases)
2. Run `lein uberjar` in this directory
3. Run the following command in this directory:
`javadoc -sourcepath ~/path/to/libgdx/gdx/src/ -subpackages com.badlogic -doclet play_clj_doclet.core.Start -docletpath target/play-clj-doclet-0.0.1-SNAPSHOT-standalone.jar`
`javadoc -sourcepath path/to/libgdx/gdx/src/ -subpackages com.badlogic -doclet play_clj_doclet.core.Start -docletpath target/play-clj-doclet-0.0.1-SNAPSHOT-standalone.jar`