简体   繁体   English

使eclipse javadoc成为我的项目

[英]make eclipse javadoc my project

Is there a way to make eclipse go through my project and add javadoc to all the method headers? 有没有办法让eclipse遍历我的项目并将javadoc添加到所有方法标题中? Possible authors to the classes? 可能是该类的作者吗?

As far as I know this feature does not exist, although there might be a plugin that does it. 据我所知,尽管可能有一个插件可以执行此功能,但该功能尚不存在。

I would also advise strongly against this. 我也强烈建议不要这样做。 JavaDoc should provide information to developers where needed, not cover the code in a blanket of generated (soon out of date) twaddle. JavaDoc应该在需要时向开发人员提供信息,而不是在一堆生成的(很快过时的)消息中覆盖代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM