seealso : Cross-reference section

The seealso section can occur inside any element tag, and will be used to create a list of cross-references. The contents of the seealso tag is a list of link tags. No other text is allowed inside this tag. Note that both the long and short form if the link tag may be used.

Example:

 <seealso>
 <link id="TStrings"/>
 <link id="TStringList.Create">Create</link>
 </seealso>

See also: link (121), element (112)