Probe Comments
Comments in Intermapper probe files are quite similar to those in HTML. The comments can be interspersed anywhere in a probe file.
HTML comments have a complicated syntax that can be simplified by following this rule:
Begin a comment with <!--, end it with -->, and do not use -- within the comment.
Use this rule with Intermapper as well.
Example
<!--
This is a probe comment.
It spans several lines.
It contains no double-hyphens.
-->
One-Line Comments
You can also use the comment indicator of -- at the beginning of a line. The remainder of the line is ignored.
Example
-- This line is a comment