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?
There's nothing special, just place the cursor above the class and type:
/**
and press enter.