Prev | Next | begin |
$begin tag$$
. . .
$end
begin
command and a matching end
command.
The cross reference
tag
for the corresponding section
is specified by
tag
.
Leading and trailing
white space
is ignored and there can be no $
characters in
tag
.
/*
$begin one$$
$section First Subject$$
This section is similar to
$cref/the second section/two/$$.
...
$end
*/
Other text
/*
$begin two$$
$section Second Subject$$
This section is similar to
$cref/the first section/one/$$.
...
$end
*/
Other text
Cross reference
tag
cannot begin with the
underbar character _
, and the dot character .
,
(these tags are reserved for use by OMhelp).
The
tag
cannot contain any white space characters,
the sub-string _links
, the sub-string _frame
or the sub-string __
(two underbars).