How to open Javadoc JAR file in web browser
- Rename the file gll-combinators_2.13-2.5-53b190b-javadoc.jar to gll-combinators_2.13-2.5-53b190b-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder gll-combinators_2.13-2.5-53b190b-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 "gll-combinators_2.13-2.5-53b190b-sources.jar" -d "gll-combinators_2.13-2.5-53b190b-javadoc" -subpackages