VSdocman Help  

<para> Tag

The <para> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add paragraph to the text.

Syntax

<para>text</para>

Example:

    '''<summary>Our sample property.
    '''<para>This is new paragraph</para>
    '''</summary>
Property prop1() As String

See Also

Comment Tags | XML Comments