Design Documents on Javadoc for JDK 1.3

Is anyone aware of any documents describing the design of the code for the standard Javadocs classes in JDK 1.3 beyond the comments in the Java files?

I update that code to add features I need, but I usually just have to follow the code to see where to make changes. It would be helpful to have design documents or charts which explain the interactions between the classes and the general flow so that I could find more easily where to add changes.

[468 byte] By [smh3r] at [2007-9-26 16:13:55]
# 1
There is no such document at Sun that I am aware of. We would like to write such a document, and have thought about doing so, but it wouldn't happen until later this year if it all.-Doug Kramer Javadoc team
dkramer at 2007-7-2 19:39:00 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

Would you mind submitting this request at java.sun.com/cgi-bin/bugreport.cgi ?

It would be helpful to get such a request from an outside source.

The detailed instructions for submitting a Javadoc request are at:

http://java.sun.com/j2se/javadoc/faq.html#submitbugs

Then let me know you've done it at: javadoc-tool@sun.com.

-Doug Kramer

Javadoc team

dkramer at 2007-7-2 19:39:01 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...