<@U092N7GGG>: when packaging kdoc for use in distr...
# dokka
a
@yole: when packaging kdoc for use in distributing a kotlin library for kotlin users, if we make a Javadoc JAR with Dokka output
javadoc
then we have bad docs for Kotlin and good ones for Java which might not matter. If we put
html
format into the javadoc you have browseable content for the kotlin user but hidden in a javadoc jar. So what is the expected distribution model for generated documentation to be used by Kotlin consumers of libraries?