Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force Intellij IDEA to download JavaDoc

I've specified URLs to documentation of libraries I use in my project, and every time I want to check the documentation, it downloads it from the internet.

I have a JAR with full JavaDoc locally.

Should I specify this JAR file, or force IDEA to download all docs?

like image 716
z0_0mer Avatar asked Feb 21 '12 17:02

z0_0mer


People also ask

How do I download JavaDoc from IntelliJ?

If you want, you can even tell Maven to always download Javadoc when available. Navigate to Preferences > Build, Execution, Deployment > Build Tools > Maven > Importing and check the Automatically download documentation checkbox.


1 Answers

Attach the jar file with the documentation to the library.

like image 151
CrazyCoder Avatar answered Oct 22 '22 22:10

CrazyCoder