XML documentation check
Is there a tool that would check the code for XML doc style comments and return methods which are not documented?
[113 byte] By [
ramirezfm] at [2007-11-20 11:47:22]

# 1 Re: XML documentation check
I believe if you turn on the Xml documentation generation in the project settings, it will give you compiler warnings when a method isn't commented. You can turn Xml doc generation on by opening the project properties, select 'Build', and check 'XML documentation file:' checkbox.
For full featured document generation, check out Sand Castle (http://blogs.msdn.com/sandcastle/archive/2006/07/29/682830.aspx).
Arjay at 2007-11-9 11:37:03 >
