VSdocman Help  

<b> Tag

The <b> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add bold text.

Syntax

<b>text</b>

Example:

    '''<summary>Our sample property.
    '''<b>This is bold</b>
    '''</summary>
Property prop1() As String

See Also

Comment Tags | XML Comments