Javadox crossreferences multiple javadoc documents together. The suffix "x" reads like the plurality form and means Xrossreferenced javadocs. (more)
| Document \ Project |
|---|
To not remake the wheel, more and more java projects reuse other existing projects. However, the generated documents usually contains stuffs of current project only. This causes navigation interruption when referencing to other projects. Developers has to stop navigating and google for what package the return/parameter type is.
Although the javadoc generator do provide the --link and --linkoffline options to link to external documents, the required boostraping process make them hard to maintain. As a result, only JDK are crossreferenced, which is quite useless for developers familier to JDK already.
The javadox browser is a single-page-application that benefit from client-side technology to crossreferencing multiple javadoc documents. No sepcial requirement on server-side, we can even run the brower in local machine.
Project homepage: http://code.google.com/p/javadox/