|
You can display the parameters needed by each function alongside each node in the call-tree or caller-tree.
You can display the comment description of each function call alongside each node in the tree.
By viewing the function-descriptions, you can quickly get a feel of the overall process.
You can display the file name where each function is defined
With Rich Trees, you can see a lot more information than just the function names.
You can browse and understand the project code much faster
When modifying code, you can quickly find where and how the data objects are being used
Integrated with DataFlow:
When the Rich Tree shows that a particular data object is being used by a function:
You can create the DataFlow to view how the data object is used in that function. You can expand the function-calls in the
DataFlow to dig deeper.
Print / Export for Rich Documentation
You can customize the information content of Rich Trees by enabling or disabling the items of information.
Instead of a call-tree that shows just the function names, you can print or export the Rich Tree to create richer documentation.
|