#748 – Use GhostDoc Tool to Document Your Code
January 1, 2013 2 Comments
GhostDog, available at http://submain.com/products/ghostdoc.aspx, is a Visual Studio add-in that helps you to generate XML style documentation of your source code.
After installing, you’ll see GhostDoc commands under the Tools menu.
The free version of GhostDoc allows you to generate one type member at a time. If the member is inherited from a base type, the XML documentation is copied from the base type.
There is a Pro version, available for $40, which allows you to document an entire type or entire file with a single command.