Document in Java Class File - type "/**" and hit enter, or Shift-Alt-J while placing cursor at definition, will automatically expand a javadoc block
Document Java Package - right click package -> new -> file -> "package-info.java" -> first type "package your.package.path;" -> type "/**" before package and hit enter
Generate Javadoc - Project -> Generate Javadoc