How to open Javadoc JAR file in web browser
- Rename the file misk-crypto-testing-0.25.0-20230405.1913-51e097f-javadoc.jar to misk-crypto-testing-0.25.0-20230405.1913-51e097f-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder misk-crypto-testing-0.25.0-20230405.1913-51e097f-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 "misk-crypto-testing-0.25.0-20230405.1913-51e097f-sources.jar" -d "misk-crypto-testing-0.25.0-20230405.1913-51e097f-javadoc" -subpackages