Changes between Version 9 and Version 10 of CodeDocumentation


Ignore:
Timestamp:
2010-04-04 08:44:29 (14 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeDocumentation

    v9 v10  
    1919 * [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 much 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 us ;-) 
    2222 
    23 = Bloody handy but under-documented features = 
     23= Handy but under-documented features = 
    2424A 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! 
     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 can save a lot of time.