GhostDoc is a Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.
When generating documentation for class derived from a base class or for interface implementation, GhostDoc will use the documentation that Microsoft or the framework vendor has already written for the base class or interface.
Benefits:
- Save keystrokes and time
- Simplify documenting your code
- Benefit of the base class documentation
Generates XML comments based on code element type, parameters, name, and other contextual information.
-Assignable shortcut (default Ctrl-Shift-D)
-Import/Export of the configuration and the rules
-Option to re-build documentation
The Smart Device Framework is a sample applications (with source code).
Comments