lapots
lapots

Reputation: 13415

set javadoc template for type in intellij

How to set the template for javadoc in IntelliJ Idea? In Eclipse I can do it like this

enter image description here

But how to do that Idea?

Upvotes: 0

Views: 271

Answers (1)

Tobb
Tobb

Reputation: 12225

To edit javadoc template for classes (files):

  • Open settings (ctrl + alt + s).
  • Select File and Code Templates under Editor
  • Select the Includes tab
  • Edit File Header

See the description pane for examples of predefined variables.

Upvotes: 1

Related Questions