When you generate UML Documentation for your project, Together not only generates the Javadoc of your source, but includes documentation for:
Design diagrams (use case diagram, state diagram etc...).
Design entities (use case, state etc...).
Quality Assurance (if you choose to include it).
All the documentation that Together generates is written to a single directory that you specify when using the UML Documentation wizard. Once the wizard runs, you are asked if you would like to open the documentation in a browser. (If you choose not to open the documentation immediately, you can open it later using the index.html file on the root of your project's documentation directory.) When opened, the view contains three frames, as shown below:
NB: If an element on a class diagram doesn't appear to be hyperlinked it may be because its visibility was not part of the scope of the generated documentation. Instead, it appears in the diagram, but there is no documentation for it.
The diagram image is in SVG format, so you can right click on the image and perform the following tasks:
Zoom In
Zoom Out
Original View: returns to the original magnification
Find and Find Again: search for text within the image
At the top of this frame, notice the following links in the navigation bar:
The Project frame contains a tree representation of the project or parts
of the project. Expand the nodes to reveal individual diagrams and elements.
Clicking on a class or interface opens the related documentation. In the example
below, for instance, clicking SaleDM in either the project or diagram frame
opens the documentation for that class in the Javadoc frame.
NB: Due to JDK 1.3 limitations, this functionality is most reliable
when using JDK 1.4.

Clicking on a diagram or diagram element opens that selection in the diagram frame. You can also access QA documentation from this frame:
Related Topics:
Documentation Wizard
Generating Documentation