Files
play-clj/doclet
Corey 03cc86e159 Reworked doclet to work with frames
Hash in url bar is page to load for frames
When you click a nav link, it sets the hash
If you go to nav link in new tab, and click home, it will load the same page, but in the frames
2015-01-23 17:06:37 -05:00
..
2015-01-23 17:06:37 -05:00
2014-03-31 20:10:00 -04:00
2014-08-02 16:43:49 -04:00

This doclet generates the play-clj doc site.

Directions

  1. Download and extract the libGDX source code
  2. Run lein uberjar in this directory
  3. Run the following command in this directory:

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