Tuesday April 15, 2008
Javadocs are good but not great as they miss a key feature of being able to do a full text search across not only the method names but also the actual doc content.
This morning a read about a really neat tool called Documancer from Abhijeet's blog. This tool essentially allows you to point to the index.html Javadoc file of a given library and one can then run full text searches through the Javadocs.
To test drive this, I decided to try the tool against the GWT-Ext Javadocs. Here are the steps involved
Documancer now goes through the javadocs and indexes it. It uses Apache Lucene under the hoods for indexing and the Gecko engine to display the javadocs. Once this gets complete, you can view the Javadocs as you normally do in a browser. However you can now also carry out full text searches and add bookmarks ![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.gwt-ext.com%2Fblog%2F05152008%2Fdocumancer-gwtext1.gif)
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.gwt-ext.com%2Fblog%2F05152008%2Fdocumancer-gwtext2.gif)
Pretty cool!! It would be great if this tool supported reading Javadocs from jars too, and building a library of "books" by pointing it to a maven repository. I'm a big IntelliJ IDEA fan and hopefully this feature makes it natively into IntelliJ.
Posted by sjivan ( Apr 15 2008, 02:25:50 PM EDT ) Permalink Comments [2]You are viewing a mobilized version of this site...
View original page here
Posted by Rajiv on April 15, 2008 at 02:39 PM EDT #
Posted by Razvan on April 19, 2008 at 07:05 AM EDT #