| 16 | |
| 17 | = Links = |
| 18 | Lots of information is available on XML tags supported in Visual Studio. A few comprehensive links are: |
| 19 | * [http://msdn.microsoft.com/en-us/magazine/cc302121.aspx XML comments overview] - Microsoft XML comments primer in C# syntaxis |
| 20 | * [http://www.codeproject.com/KB/XML/csharpcodedocumentation.aspx XML comments guidelines] - XML comments usage guidelines |
| 21 | * [http://elegantcode.com/2008/04/01/inline-xml-code-documentation-using-sandcastle/ Another overview] - Somebody else did a better job at providing an overview than I. |
| 22 | |
| 23 | = Notes = |
| 24 | * SandCastle supports the <[http://www.google.com/webhp?hl=en&tab=sw#hl=en&q=%22visual+studio%22+xml+inheritdoc+tag+&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=1&cad=b inheritdoc cref="..."]/> tag, which is a life saver! |