Numerical Matrix Format
User Reference
Comment Line (#)

Any line that begins with the hash character (#) will be ignored. (Text formatted) (XML formatted)

Example Comments:

# Comments start with # will be ignored. Use comments for documentation purposes.
##############################
# Load Sample Jobs
##############################

XML example:

<!-- Comments will be ignored. Use comments for documentation purposes. -->
<!--
##############################
# Load Sample Jobs
##############################
-->