Documentation comments should contain a <summary> tag which briefly describes the purpose of the class or method.

Add a <summary> tag to any documentation comments which do not have one.

The following example shows a <summary> tag describing a class.

  • MSDN, C# Programming Guide: XML Documentation Comments, How to: Use the XML Documentation Features, Recommended Tags for Documentation Comments.