Documenting Call Trees
With practice, it will become easy to create complex Call Trees. These Call Trees may be difficult to understand when viewed at a much later time, so it is desirable to have well-documented Call Trees that will be easy to understand even months after they are created.
There are three good ways to document a Call Tree:
- When creating Nodes in the Call Tree, use names that are meaningful and will help make the Call Tree display more understandable.
- Use comments in the VBScript Macros of each Node. You can insert comment lines by using an apostrophe to start the line. For example:
' This line could contain comment.
- Write comments in the Call Tree documentation field. The Call Tree documentation field is saved within the Call Tree and provides a place to write general comments and notes about the Call Tree. To access the Call Tree's documentation, choose Call Tree ... Edit Call Tree's Documentation from the menu bar.