The C# compiler will process documentation comments in your code to an XML file. Processing the XML file to create documentation is a detail that needs to be implemented at your site.
The following tags provide commonly used functionality in user documentation:
<c> | <param> | <see> |
<code> | <paramref> | <seealso> |
<example> | <permission> | <summary> |
<exception> | <remarks> | <value> |
<list> | <returns> |