How to change Getters/Setters generated javaDoc?
Answered
When I use Alt+Insert in a getter and generate the javaDoc, I get this:
/**
* Gets foo.
*
* @return the foo
*/
But, I want to change this to something like
/**
* @return o valor de foo
*/
Where I modify this? I tried Settings > Other Settings > Javadoc > Templates, but I cant find where to change there to modify only getters/setters javaDocs.
Please sign in to leave a comment.
There is no way to adjust it at the moment. "Other Settings" you see are provided by some third-party plug-in.
Request is welcome at https://youtrack.jetbrains.com/issues/IDEA . https://youtrack.jetbrains.com/issue/IDEA-97658 is related.