Search code examples
intellij-ideajavadoc

How do I add class javadoc in intellij


I am using Intellij IDEA.

I know how to work "fix doc commnet" It's always using method.

My question~ I would like to add javadoc on Class. How can I do it?


Solution

  • There's nothing special, just place the cursor above the class and type:

    /**
    

    and press enter.