VBDOX - Visual Basic Documentation Generator |
Overview Features Screenshots Download Demo How to Developer License Other tools Contact Q & A |
VBDOX - Visual Basic Documentation GeneratorHow to write documentation commentsNote: For up-to-date information see the
VBDOX Document Manager
on sourceforge.net
Since version (0.0.20) the program supports three types of comments: The different parser can be selected after the sources are processed. An Options dialog is shown and asks for selection the report manager to be used and parser for documentation comments. All combinations are possible and one used is depending on the type of the comments that you are using. Note: The first documentation comment is considered module documentation comment. If it's
missing the first found is used instead. Sometimes the documentation of the first method in the file can be missing.
It's possible to write external documentation comment parser and define your own comment style. Command line parametersApplies to version 1.1.x and later.
where switches can be one of the following:
Example:
It's not so easy to make console application in Visual Basic. Because of that the program only receives the command line and shows all messages and errors in message boxes. |
|