Adding comments to a template

by Peter on June 5, 2010

in XpressDox Cookbook

Post image for Adding comments to a template

When the template logic becomes complicated or there is some other need to record why certain constructs were used in a template, then commenting becomes useful and necessary.

Comments can be added to a template in two ways:

1. Include the comment text in the command itself.  (This applies to commands as against functions, although this will be rectified with time. More information on commands and functions is available at Commands and Functions).

This is done by typing the comment after the closing parenthesis of the command, e.g.:

<<ForEach(Child[Age < 12]) produce a list of the children aged below 12>>

2. The second mechanism for entering a comment in to the template is to use the Comment command, e.g.:

<<Comment(The next few lines will produce a list of the children and their ages.  This is necessary for clarification purposes.)>>

Related posts

Leave a Comment

Please remember your comments are subject to our comment rules.