Code Analyzer
The Code Analyzer reverse engineers existing applications and can generate diagrams to provide an overview of the application.
The Sequence Diagram visually displays the flow of your application logic. It shows how the functions of the application call and/or are called by other functions.
Figure: Sequence Diagram

The Dependency Diagram displays a graphical view of the complex relationships between the various pieces of a project. It shows the components that depend on other components, and/or have components that depend on them.
Figure: Dependency Diagram

See Code Analyzer for more details.