How to open Javadoc JAR file in web browser
- Rename the file ammonite-cross-3.2.2_2.13.10-3.0.0-M0-67-83057fea-javadoc.jar to ammonite-cross-3.2.2_2.13.10-3.0.0-M0-67-83057fea-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ammonite-cross-3.2.2_2.13.10-3.0.0-M0-67-83057fea-javadoc
- Double click index.html will open the index page on your default web browser.
How to generate Javadoc from a source JAR?
Running the command javadoc:
javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ammonite-cross-3.2.2_2.13.10-3.0.0-M0-67-83057fea-sources.jar" -d "ammonite-cross-3.2.2_2.13.10-3.0.0-M0-67-83057fea-javadoc" -subpackages