Add doclet

This commit is contained in:
oakes
2014-03-30 20:24:04 -04:00
parent b31414467c
commit 26e87e10e9
5 changed files with 253 additions and 0 deletions

11
doclet/README.md Normal file
View File

@@ -0,0 +1,11 @@
# doclet
This doclet generates the edn file used by the play-clj documentation.
## Usage
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`