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 (e.g. .NET Framework or your custom framework), GhostDoc will use the documentation that Microsoft or the framework vendor has already written for the base class or interface.
Main Features:
- For a derived class uses the base class documentation.
- Configurable rules, acronyms and macros.
- 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