Link

How to show BuildVu Javadoc in Intellij IDEA?

When working with BuildVu you may want to have Javadoc available to aid your development. This can be done simply within IntelliJ IDEA.

Linking the JavaDoc within Intellij IDEA

  1. Open the module settings window (Right Click on the project and select Open Module Settings).
    1
  2. Select libraries and click on the BuildVu library. If using Maven it may not be present. In that case, click on the ‘+’ button you can add the BuildVu jar as a library.
  3. With the BuildVu library selected, on the right-hand panel, click the ‘+’ button that has the globe in the bottom right-hand corner.
    2
  4. Enter the Javadoc address https://files.idrsolutions.com/maven/site/buildvu/apidocs/ and click enter

Once done the Javadoc will start appearing in the IDE.