Recommended Tags for Documentation Comments
Visual Studio .NET 2003
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.
Tags are processed on code constructs such as types and type members.
Note Tags are not processed on namespaces.
The compiler will process any tag that is valid XML. The following tags provide commonly used functionality in user documentation:
| <c> | <para> | <see>1 |
| <code> | <param>1 | <seealso>1 |
| <example> | <paramref>1 | <summary> |
| <exception>1 | <permission>1 | <value> |
| <include>1 | <remarks> | |
| <list> | <returns> |
1. Compiler verifies syntax.