如何学习javadoc

发布于 2024-10-15 00:13:32 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

剧终人散尽 2024-10-22 00:13:32

是的,可以通过逆向工程创建类关系图。以下是关于通过逆向工程源代码生成 UML 图的教程:http:// /java.dzone.com/articles/reverse-engineer-source-code-u

Yes, it's possible to create diagrams of the relationships of classes through reverse-engineering. Here's a tutorial on reverse-engineering source code to produce UML diagrams: http://java.dzone.com/articles/reverse-engineer-source-code-u

烟酒忠诚 2024-10-22 00:13:32

我还没有听说过这样的工具,但是您可以做的(至少在 Eclipse 中,但也可能在所有其他 IDE 中)是将 javadoc 附加到您在项目中导入的库。这样您就可以在阅读 javadoc 时使用 IDE 导航/树显示功能。

我知道这并不完全是您所期待的答案,但我希望它有所帮助。

I haven't heard of such a tool, but what you can do (at least in Eclipse, but probably in all the other IDEs as well) is to attach the javadoc to the library you imported in your project. That way you can use the IDEs navigation/tree display features while reading the javadoc.

I know this isn't exactly the answer you were expecting but I hope it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文