Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tools-dev] Changing documentation format


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
        /**
         * Method formatTester.
         * @param myString
         * @return String
         */

Back to the top