I'm using Eclipse Indigo for Java.
I used to write comments over the methods.
In that whenever I use @author
tag, it automatically takes the username of the system who is currently logged in.
My question is : How can I change this @author
tag configuration in such a way that it takes the name I have specified.
I have gone through the following link:
How to change the value of ${user} variable used in Eclipse templates
But it suggests to change the value of classpath variable $user
.
I don't want to do that. I want to change comment template through configuration.