Comments in component rules
About this task
You can add comments to component rules. Comments do not affect how component rules are evaluated.
A comment begins with the characters /* and ends with the characters */. A comment can appear anywhere in a rule as long as it does not separate object names.
For example, the following component rule has
a comment:
SIZE (Phone# Field:$) >=7
/* Phone numbers must include area code */