Good documentation enhances reuse of code and makes code easier to maintain.
Dashboard Architect provides features that enable you to document code easily and consistently, and to extract documentation from the code to be published in other forms.
Features are provided for documenting variables, functions, classes, and components. A special format of comment is used to recognize formal documentation, and a number of tags are supplied to define information such as the type of a variable (@type), parameter, or function, the formal parameters of a function (@param), and the visibility of a variable (@scope).