Fork me on GitHub
#java
<
2022-12-14
>
nixin7219:12:23

Hi, I've got a mixed Clojure/Java project and I've build a Java library from it. This library includes javadocs, but when I set up a project to use the library, I can't see the javadocs in my editor. When I look at my local maven repository, I see both proj-0.0.1.jar and proj-0.0.1-javadoc.jar and when I open this in intellij and look at my project libraries, it points to the right jar file for my javadocs. But then in the actual editor, when I hover over something, it shows me the types/annotation/whatever, but it doesn't show me the javadocs. When I unzip my javadoc jar, everything in there looks fine, it's got all of the docs at the top-level without being in some nested folder structure or anything. So I can't figure out why they aren't showing up in intellij