I've been seeing all kinds of questions on how to add javadoc to all the popular IDE's but when I try any of those there is still no result. So there must be something wrong with the way I have created the javadoc file/folder.
I've tried adding javadoc to Intellij project like this: Attaching additional javadoc in Intellij IDEA
My javadoc.jar looks like this: files in the javadoc
I extracted these files from the source files of the library I'm trying to use. Is there something missing in the file that isn't allowing Intellij to see the javadoc?