.Net Documentor
.Net Documentor is an Add-in for Visual Studio 2008 that adds lots of productivity features for source code documentation such as auto-completion of documentation, parsing of projects for missing documentation etc.
Currently .Net Documentor only support US english versions of Visual Studio (also see http://www.codeplex.com/netDocumentor/WorkItem/View.aspx?WorkItemId=3216)!
Features
- Generation of XML documentation structure
- inheriting of base type's documentation (e.g. IEnumerable etc.)
- completion of all missing documentation in a project (also adds tasks for documentation comments that still need manual input)
- automatic insertion of configurable text snippets (e.g. for constructors, properties etc.)
- insertion of references to base types that a class/ interface inherits (e.g. <see cref="System.Object"/>)
- supports all important .NET languages (C#, VB, (managed) C)
- documentation at either declaration or definition for C
Screenshots
- Documenting a class recursively:


Author
Copyright © 2008 Marco Otte-Witte (
http://simplabs.com); Released under the MIT license.