How to open Javadoc JAR file in web browser
- Rename the file scala2-library-tasty-experimental_3-3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY-javadoc.jar to scala2-library-tasty-experimental_3-3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder scala2-library-tasty-experimental_3-3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY-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 "scala2-library-tasty-experimental_3-3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY-sources.jar" -d "scala2-library-tasty-experimental_3-3.4.2-RC1-bin-20240311-02c2a6e-NIGHTLY-javadoc" -subpackages