I need to change the format of documentation which is being generated by Eclipse's Code Generation tool , options like - 'Add Javadoc Comment ' , 'Generate Getter and Setter', Add Constructor from SuperClass'.
I have tried changing template 'typecomment' but that seems to be used only by class wizard.
Can somebody please tell me how to configure this in eclipse.
Thanks,
Namita Joshi
This is the default format I am getting
/** *MethodformatTester. *@parammyString *@returnString */