Update doclet instructions
This commit is contained in:
@@ -6,4 +6,4 @@ This doclet generates the play-clj doc site.
|
|||||||
2. Run `lein uberjar` in this directory
|
2. Run `lein uberjar` in this directory
|
||||||
3. Run the following command 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 -classpath /path/to/libgdx/gdx/src/:/path/to/libgdx/extensions/gdx-box2d/gdx-box2d/src/ -subpackages com.badlogic -doclet play_clj_doclet.core.Start -docletpath target/play-clj-doclet-0.0.1-SNAPSHOT-standalone.jar`
|
||||||
|
|||||||
Reference in New Issue
Block a user