<remarks> (C# Programming Guide)
Visual Studio 2010
<remarks>description</remarks>
The <remarks> tag is used to add information about a type, supplementing the information specified with <summary>. This information is displayed in the Object Browser.
Compile with /doc to process documentation comments to a file.