VSdocman Help  

@rem Tag

Specifies remarks. Equivalent XML tag is <remarks>.

Syntax

@rem description

The description may be continued on the next line.

Example:

    '**
'Our sample property.
'@rem This property is really interesting.
Property prop1() As String

See Also

<remarks> tag