When I use quick documentaion lookup (Ctrl+Q) on j2ee classes or annotations in IDEA I only get an empty javadoc. It only contains the basics like class name.
How do I add the javadoc to the libs IDEA provides itself?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can attach javadoc to any library you have configure in your module or project. Just access the project structure windows
(File -> Project Structure), then select ‘modules’ and select the module that has the dependency you want to configure.Then select the ‘Dependencies’ tab, select the dependency that’s missing the javadoc and click ‘Edit’. In the window that just showed up you see two buttons ‘Add’ and ‘Specify Javadoc URL’. If you have the javadoc in a jar file select the first one, if you want to point to a web site that contains the javadoc select the latest. That’s it.