Autobahn|Android documentation is generated using Sphinx.
To install Sphinx:
pip install -U sphinx
To install javasphinx, install lxml and then:
pip install -U javasphinx
Note: Due to a little bug, you currently need to use this.
To generate the docs:
make html
This will run
javasphinx-apidoc -u -o _gen ../Autobahn/src/
under the hood to first generate RST files from Javadoc.
To cleanup
make clean