Code style JavaDoc indents
Answered
Is is possible to change the indents format only for javadoc.
For example, I would like this comment
/**
* @param longParameterName
* long named parameter description
*/
to be like that :
/**
* @param longParameterName
* long named parameter description
*/
So the variable description on a new line with a specific indents.
Thank you
Please sign in to leave a comment.
We have a related ticket, please upvote: https://youtrack.jetbrains.com/issue/IDEA-108161