You can use predefined Xml tag to mark comments.
The we use C# compiler with /doc option to generate Xml documentation for the source code.
Xml documentation should be put inside ///.
/// <summary>a method.</summary>
public void aMethod() { ... }
java2s.com | | Contact Us | Privacy Policy |
| Copyright 2009 - 12 Demo Source and Support. All rights reserved. |
| All other trademarks are property of their respective owners. |