Javadoc with embedded source code
Hi all,
Is there a way that I can embed the source of each function in the javadoc html pages. Function descriptions in that case may have a small + sign next to them, clicking on which displays the source for that function.
This functionality will be really useful as many a times reading the actual code is better than reading the documentation to know what exactly the function does. Further, with many open-source projects (e.g., apache jakarta) around it will be even better.
May be some AJAX can be used. I have seen javaref.com but that is quite an overkill with too much of AJAX.

