Changes between Version 7 and Version 8 of CodeDocumentation


Ignore:
Timestamp:
2010-04-04 08:39:25 (14 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeDocumentation

    v7 v8  
    1414 
    1515The EwE6 API code documentation is automatically generated on a daily basis and is posted online. You can accessed this information  [http://webservice.ecopath.org/Ecopath/Help/Index.aspx here]. 
     16 
     17= Links =  
     18Lots 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!