Changes between Version 8 and Version 9 of CodeDocumentation


Ignore:
Timestamp:
2010-04-04 08:43:23 (14 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeDocumentation

    v8 v9  
    1717= Links =  
    1818Lots 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 
     19 * [http://msdn.microsoft.com/en-us/magazine/cc302121.aspx XML comments overview] - Microsoft XML comments primer in C# syntax, with detailed info on sub-tags such as <list type="...">. A good read. 
    2020 * [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. 
     21 * [http://elegantcode.com/2008/04/01/inline-xml-code-documentation-using-sandcastle/ Another overview] - Somebody else did a much better job at providing an overview than I ;-) 
    2222 
    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! 
     23= Bloody handy but under-documented features = 
     24A few handy-dandy experiences that we want to share: 
     25 * !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!