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

0
1 comment

We have a related ticket, please upvote: https://youtrack.jetbrains.com/issue/IDEA-108161

0

Please sign in to leave a comment.