views:

419

answers:

3

Hi, I'm looking for some good examples of .NET XML-style source code comments and all the various tags available in use. Where can I find some good examples?

+8  A: 

Here's a list of the recommended tags in Visual Studio, and here's a list of C# samples - many of which should have XML docs in them. One of the examples in the C# download is "XMLDoc" - and the readme from that starts with the following...

XML Documentation Sample

This sample shows how to use XML to document code.

Scott Ivey
+2  A: 

C# and XML Source Code Documentation

Raghav Khunger