VSdocman can automatically assign all members to their help topics. This feature is extremely useful in team work in conjunction with source control and absolutely necessary for class libraries or controls developers. When distributing controls, all public methods and properties have to be documented very well for the end user. With VSdocman it is a matter of a couple of seconds.

Creating context sensitive documentation

There are three types of context-sensitive help:

1.A help topic is shown when you point to some member in source code or Object Browser and press F1.

2.Quick summary is shown in IntelliSense and Object Browser.

3.Short property description is shown in Properties Window.

All you have to do is to select the output format that supports context sensitive help. Topics in generated documentation will be automatically assigned to their members in the source code. Getting context help on the member is then very simple.

See Also