In my situation, there is an external compiled library (jar) from a third party without JavaDocs. As development progresses, I want to document classes and methods by testing and using the very limited documentation that I get from a third-party website.
My ultimate goal is to have JavaDoc documentation that I can use in IntelliJ to find code and find documentation?
So my question is: is it possible to write JavaDocs to an already compiled jar file that I can import? Perhaps using a tool that helps this.
java intellij-idea javadoc
Jensv
source share