Chinaunix首页 | 论坛 | 博客
  • 博客访问: 485264
  • 博文数量: 109
  • 博客积分: 2331
  • 博客等级: 大尉
  • 技术积分: 1062
  • 用 户 组: 普通用户
  • 注册时间: 2011-11-24 21:36
文章分类

全部博文(109)

文章存档

2015年(2)

2013年(1)

2012年(78)

2011年(28)

我的朋友

分类: Java

2011-11-25 20:55:47

In this blog entry , Jared Odulio asks an interesting question: Do you still document your source with JavaDocs?
Two of the coolest Linux utilities that help us document our Java source codes areand . With these tools we can generate neat documentations with call graphs and summarized UML class diagrams in addition to just plainly hyperlinking who is subclassing or implementing what. The Call Graph is even cooler, future developers can easily read your code in terms of what method is invoking another method. Generated documents can be in html or pdf depends on your initial settings. 

With this kind of tool, it's a shame sun's javadoc tool hasn't advanced much in years. And saying that doing it for free is such a lame excuse. And what javadocs can do, Doxygen can do more. There even a Doxygen plugin for Eclipse, but what the heck command line is faster.
What do you think? Is Javadoc still doing the job for you? Do you prefer another tool for some reason? If so, which one and why? Since Javadoc is extensible, is it better to focus on building useful extension to Javadoc than to switch to completely different tools? Do you have any favorite Javadoc extensions?

通过以上文件,我们了解到,javadoc不能生产函数(方法)调用图。
阅读(2257) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~