Documentation
A free add-in for Visual Studio that automatically generates XML
documentation comments for C#, either by using existing documentation inherited
from base classes or implemented interfaces, or by deducing comments from the name
and type of methods, properties or parameters.
Generates class library documentation from .NET assemblies and the XML
documentation files generated by the C# compiler.
Produces MSDN style documentation by reflecting over
the source assemblies and optionally integrating XML documentation comments.



