<remarks> (C# Programming Guide)
Visual Studio 2012
<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 Window.
Compile with /doc to process documentation comments to a file.