#748 – Use GhostDoc Tool to Document Your Code

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.

748-001

 

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.

748-002

 

There is a Pro version, available for $40, which allows you to document an entire type or entire file with a single command.

Advertisement