2 people following this project (follow)

.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.

.Net Documentor is not currently maintained anymore! If you'd like to take over the project contact me via http://simplabs.com/#contact.

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:
contextMenu.JPG
result.JPG
  • Options
languageOptions.JPG
textOptions.JPG

Author

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

Last edited Feb 23 2010 at 10:15 AM by marcoow, version 11