Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix Eclipse generating empty Javadoc comments?

Recently Eclipse started to generate empty JavaDoc comments for methods: /** */

No @param, @return etc.

Does anybody know the reason for this?

like image 633
ka3ak Avatar asked Nov 26 '25 13:11

ka3ak


1 Answers

Check the settings in 'Preferences > Java > Code Style > Code Templates > Comments > Methods'. The template pattern there should be

/**
 * ${tags}
 */
like image 125
Deepak Azad Avatar answered Nov 29 '25 01:11

Deepak Azad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!