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