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() { ... }
| ww___w.__j__ava___2___s__._c___o___m_ | Contact Us |
| Copyright 2009 - 12 Demo Source and Support. All rights reserved. |
| All other trademarks are property of their respective owners. |