How to open Javadoc JAR file in web browser
- Rename the file munit-cats-effect-3_sjs1_3.0.0-M1-0.4-11-60952d2-javadoc.jar to munit-cats-effect-3_sjs1_3.0.0-M1-0.4-11-60952d2-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder munit-cats-effect-3_sjs1_3.0.0-M1-0.4-11-60952d2-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 "munit-cats-effect-3_sjs1_3.0.0-M1-0.4-11-60952d2-sources.jar" -d "munit-cats-effect-3_sjs1_3.0.0-M1-0.4-11-60952d2-javadoc" -subpackages