Here is an example how to get documentation on your existing project in a few seconds in the easiest case.
- Open your VB .NET, C# or ASP .NET project in Visual Studio .NET.
- 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.
|
|
- 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. - On Output-Documentation Format page select chm_msdn2 documentation format.

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

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

