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