Here is an example how to get documentation on your existing project in a few seconds in the easiest case.

  1. Open your VB .NET, C# or ASP .NET project in Visual Studio .NET.
  2. Load VSdocman (if it is not yet): go to Add-Ins menu, then click Add-In Manager ..., select VSdocman item and run it. After that new VSdocman item appears in Add-Ins menu and standard toolbar as well.
     

 

  1. Go to Add-Ins - VSdocman menu or press VSdocman button on standard toolbar. VSdocman dialog appears. Select Project Properties pane.
     

     
    On Code Members-Member Types page check a Compile also non-commented members option.
  2. On Output-Documentation Format page select chm_msdn2 documentation format.
     

     
  3. Press Compile Project button on Compile pane. Compilation progress dialog appears and some log messages are printed in it.
     

     
  4. You can then test generated documentation by pressing Show Documentation button.

See Also

Launching VSdocman