Documentation: Difference between revisions

m
→‎{{header|C sharp|C#}}: Added documentation
m (→‎{{header|C sharp|C#}}: Added documentation)
Line 11:
 
=={{header|C sharp|C#}}==
This documentation method will work perfectly with the built in object browser in Visual Studio. The object browser can then show detailed information for each component. To make documentation that can be parsed, a triple slash (///) must be used. Further information can be found in [http://aspalliance.com/696 this tutorial]. A list of available xml elements for use in documentation [http://aspalliance.com/696_Code_Documentation_in_NET.2 is here].
The object browser can then show detailed information for each component.
 
<lang csharp>/// <summary>
Anonymous user