TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

How to change Getters/Setters generated javaDoc? #49

Closed claudineij closed 8 years ago

claudineij commented 8 years ago

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.

TSergey commented 8 years ago

Hi. Currently it is not clear which settings are stands for. But in future I will probably improve this.

So, regarding your question: please go to the Settings->Other Settings->Javadoc->Templates In "Method level" settings first line is for getters and and the second line is for setters.