Javadoc generated by Dokka does not show up in quick documentation lookup in Intellij IDEA #2033
Labels
bug
format: Javadoc
An issue/PR related to Dokka's Javadoc output format or the Javadoc comments in general
Describe the bug
When a Javadoc generated by Dokka is imported in IntelliJ IDEA or Android Studio, it does not show up in quick documentation lookup for Kotlin files. It does show up for Java files, but only for methods and not for classes.
Expected behaviour
When I do quick documentation lookup with Ctrl + Q for some part of a code, I should be able to see Javadoc associated with it.
Screenshots
![image](https://user-images.githubusercontent.com/16362204/126522393-f981c843-07c0-4856-ae18-9ceead872406.png)
This is how the quick documentation lookup shows up
This is how it should show up
![image](https://user-images.githubusercontent.com/16362204/126522442-f83fc27e-d9ab-4fe4-9527-259c462fadb4.png)
Intellj IDEA does have Javadoc JAR associated with the library
![image](https://user-images.githubusercontent.com/16362204/126522622-dbf37768-2f5a-4a9d-aee7-5ef0cbd92e9d.png)
To Reproduce
Example project: https://github.com/vbieleny/dokka-javadoc-test
publishToMavenLocal
inlibrary
moduleApp.kt
inapp
module and check the quick documentation lookup by pressing Ctrl + Q for the relevant codeDokka configuration
Installation
Additional context
This happens in IntelliJ IDEA as well as in Android Studio, while generating Javadoc by using standard Javadoc tool works fine and documentation shows up in quick documentation lookup (only for Java files of course).
Are you willing to provide a PR?
If it's a bug, then I might, but I would need help with it.
The text was updated successfully, but these errors were encountered: