This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-14
Channels
- # adventofcode (36)
- # announcements (5)
- # atom-editor (2)
- # babashka (19)
- # beginners (98)
- # biff (7)
- # calva (25)
- # cider (1)
- # cljdoc (10)
- # clojure (70)
- # clojure-czech (1)
- # clojure-dev (14)
- # clojure-europe (79)
- # clojure-nl (1)
- # clojure-norway (8)
- # clojure-seattle (3)
- # clojure-uk (2)
- # clojurescript (28)
- # community-development (44)
- # core-typed (3)
- # cursive (2)
- # datalevin (5)
- # datascript (5)
- # datomic (1)
- # dev-tooling (12)
- # emacs (14)
- # honeysql (3)
- # humbleui (11)
- # introduce-yourself (1)
- # java (1)
- # kaocha (1)
- # lsp (3)
- # malli (21)
- # matcher-combinators (2)
- # nbb (7)
- # off-topic (15)
- # portal (12)
- # reitit (4)
- # releases (1)
- # shadow-cljs (59)
- # sql (8)
- # tree-sitter (3)
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