Tagged Questions
13
votes
8answers
1k views
What Are Best Practices For Documenting C# code with XML comments?
I'm going through some new code I just wrote and adding NDoc sytle comments to my classes and methods. I'm hoping to generate a pretty good MSDN style document for reference.
In general, what are ...