Hi there, This is parly related to dokka. As parto...
# dokka
s
Hi there, This is parly related to dokka. As partof an SDK which we created and documented, we manage to generate documentation. However the SDK is obfuscated and the documentation removed when it's published. Is there a way to import the javadoc/markdown into intelliJ/AndroidStudio ?
s
It isn't possible right now https://github.com/Kotlin/dokka/issues/215
s
@semoro , good link, it seems to partially work. I generated the javadoc and inserted it as source/Javadoc to the library properties as described here : https://stackoverflow.com/questions/20994336/android-studio-how-to-attach-javadoc
s
Yep, but only for javadoc, and pretty much untested 😞
s
you mean javadoc style to oppose to Kdoc ? or as a javadoc output format ?
s
As javadoc output format
s
If I were to generate javadoc properly do you think the integration would then work ?
I'm trying to figure out which part needs some work
I might be able to put some time, unless html or markdowns export can be imported to intellij
s
Problem right now is that intellij can't import markdown or html produced by dokka, only javadoc, which is not designed to work with Kotlin