This stage allows you to limit the aspects of your project that Document! VB will produce documentation for.
Code elements
The 7 available check boxes allow you to select whether an item in the generated HTML Help file is generated for the various types of code element.
Include Methods | Determines whether object methods (functions and subs) are included |
Include Properties | Determines whether object properties are included |
Include Collections | Determines whether objects supporting the NewEnum method are included |
Include Events | Determines whether Events are included |
Include Enumerations | Determines whether enumerations are included |
Include Library Functions (Declare Statements) | Determines whether Declare statements are their associated libraries are included |
Include References |
Determines whether project references are included |
Public / Private
These 2 option
buttons allow you to specify whether Private and Friend members should be
included in the generated HTML Help file, or to just include the public
members.