Hi, Currently, when jde-javadoc-make is called with no packages defined, it builds the javadocs for the current buffer. This functionality is also available in jde-javadoc-make-buffer. In both these cases, I would like to immediately browse directly to the html file for the class itself, rather than the top level javadoc entry point (index.html). It sounds pretty easy, but when I started looking at the code it's all object-oriented lisp, which I haven't encountered before, and I'm not sure about the best way to get from the buffer name to the correct html file name.
Cheers, Len.
