Javadoc 创建 GUI/CLI
我想要一个软件,它可以找到所有类/方法,并要求我以 GUI 形式输入该类/方法所需的所有 javadoc 参数的内容。当它获得信息后,会将注释写入文件。
编辑:
我更喜欢一个独立的软件,而不是 Eclipse 插件。
I would like a piece of software that finds all classes/methods, and asks me to enter in content for all required javadoc parameters for that class/method in a GUI form. When it has the information it writes the comments to file.
EDIT:
I would prefer a standalone piece of software, not an eclipse plugin.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
eclipse IDE 的 JDoc Editor 将提供用于编辑 javadoc 的 GUI,我不知道是否它可以让您系统地浏览每个类/方法,而无需在 UI 中手动导航到它们。
JDoc Editor for eclipse IDE will give a GUI for editing javadocs, I don't know if it'll let you systematically go through every class/method without manually navigating to them in the UI though.