Code style JavaDoc indents
已回答
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
请先登录再写评论。
We have a related ticket, please upvote: https://youtrack.jetbrains.com/issue/IDEA-108161