VSdocman Help  

<seealso> Tag

Adds a link into See Also list. A VSdocman comment may contain any number of <seealso> tags. Equivalent @-style tag is @see.

Syntax

<seealso cref="reference">[label]</seealso>

It adds a link, with visible text label, that points to the documentation for the specified reference. Warning appears during compilation if reference points to non-existing target. The label is optional. If omitted, instead of it the reference appears as the visible text. Use the label when you want the visible text to be abbreviated or different from the reference. It can contain whitespaces.

See Also

Reference Format | @see tag | XML Comments