VAT  3.0
Video Analysis Tool
Enable Auto Documentation In Qt with Doxygen

The following is a configuration to automatize the documentation generation for every time you build the project.

Installing Doxygen

1 $ sudo apt-get install doxygen doxygen-gui

Configuring Doxyfile

Doxyfile must be placed in the project root directory.

1 $ doxywizard ./path/to/Doxyfile

The configuration must be as the following example:

Save and close this window.

Configuring Qt with this Doxyfile:

Finally your project is configured to compile the documentation every time you build your project.