Eclipse 不再使用 params/return 标签完成我的 javadocs
今天下午我开始了一个新项目,现在我决定写一些评论,javadoc 表现得很奇怪。我尝试过重置视角,但没有成功。有什么建议可以解决这个问题吗?
I started a new project this afternoon and now that I've decided to write some comments, the javadocs are acting weird. I've tried resetting the perspective, but no dice. Any tips to solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
重置透视图只是将该透视图的布局更改回默认值。
根据我的经验,Eclipse 是一个很大的程序,解决此类问题的最快方法是提取新版本的 Eclipse 并切换到该版本。那么你就有了默认行为。然后您可以导入现有项目并继续工作。如果奇怪的行为不断发生,您可以使用此方法来查找模式,然后您可以开始查找触发它的原因
Resetting the perspective just changes the layout of that perspective back to the default.
In my experience Eclipse is such a big program that the quickest way to fix such things, is to extract a fresh version of Eclipse and switch to that. Then you have default behaviour. Then you can import your existing projects and keep working. If the strange behaviour keeps occurring you can use this approach to look for a pattern and then you can begin looking for what triggered it
您可以尝试进入编译 javadoc 的设置。
我在“首选项”> 中找到了它爪哇>编译器> Javadoc。
You could try going into the settings for compiling javadocs.
I found it in Preferences > Java > Compiler > Javadoc.