wiki:WikiStart/CreatingDocumentation

Creating Documentation

Depending on the type of your installation you have different options:

Default Installation

If you have simply extracted the vbfilter-*.zip package into your project/solution,
you can simply run make.bat to generate the documentation. You'll find the output in the Doc folder.

If everything works fine, you can add make.bat to your build process or link it to a shorcut-button in Visual Studio.

Advanced Installation

To use the advanced installation as described in the AdvancedInstallation section,
you have to set the INPUT_FILTER and/or the FILTER_PATTERNS
options in your Doxyfile.

If everything is configured correctly, you can run

doxygen Doxyfile

from the shell or some script.

Don't forget to take care of the correct pathes and/or placing the files to your PATH as described.