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