Autogenerate function comments in Eclipse

后端 未结 4 1781
既然无缘
既然无缘 2020-12-29 06:04

How to autogenerate xml based function header comments (@param etc) in Eclipse. Is there an equivalent of \"///\" shortcut in Visual Studio.

4条回答
  •  天涯浪人
    2020-12-29 06:22

    http://jautodoc.sourceforge.net/

    JAutodoc is an Eclipse Plugin for automatically adding Javadoc and file headers to your source code. It optionally generates initial comments from element name by using Velocity templates for Javadoc and file headers.

提交回复
热议问题