RAD Studio (Common)
ContentsIndex
PreviousUpNext
Documentation Generation Facility

The UML Modeler's documentation generation feature automatically generates documentation for your UML modeling projects. Use this feature to illustrate you program with the HTML format documentation . You can update this automatically generated documentation when your project changes, or edit this documentation manually afterwards.

All the generated documentation is written to a single directory that you specify in the Output folder of the Generate Documentation dialog box. By default, the generated documentation opens in your web browser. The web browser opens with a frameset to display the generated documentation. If you choose not to open the documentation immediately, you can open it later using the index.html file found in the documentation directory specified in the Generate Documentation dialog box.

The HTML documentation contains three frames:

  • Diagram frame, when the Include diagrams option is turned on
  • Project and Overview frame, when the Include navigation tree option is turned on
  • PackageList and PackageOverview frame, when the Include navigation tree option is turned off
  • Documentation frame
You can click the Project tab in the lower left frame and expand the nodes in the project tree view. Notice that clicking a class name in the Project tab opens the documentation in the lower right pane (the Documentation frame). When you select a diagram in the Project tab, it opens in the Diagram frame. Elements in the Diagram frame are hyperlinked to the Documentation frame. If you select an element in the Diagram frame, its contents are displayed in the Documentation frame. 

The Documentation frame displays the documentation of your source code and diagrams, and includes everything you would expect when generating HTML documentation. The top of the Documentation frame contains a navigation bar for browsing your project documentation.  

The Project tab contains a tree representation of the project. Expand the nodes to reveal individual diagrams and elements. Clicking a class or interface opens the related documentation in the Documentation frame.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!