Intro to IntelliJ IDEA


Intro

Intelli J IDEA is an IDE developed by JetBrains

Generate Documentation

You can have Intelli J generate documentation for your Java project

  1. Navigate to Tools => Generate JavaDoc...
  2. Select whether you want to generate for the whole project, a file, or a custom scope
  3. Define whether to include any JDKs and libraries
  4. Choose an Output directory
  5. Click OK
  6. Navigate to the file and open it