VRT Documentation Generation

April 11, 2025 ยท View on GitHub

This folder shows how to generate the documentation for the VRT project.

Dependencies

The documentation generation process has the following dependencies:

  • doxygen
  • texlive-latex-base
  • texlive-latex-extra
  • texlive-latex-recommended

To install, run:

sudo apt install doxygen texlive-latex-base texlive-latex-extra texlive-latex-recommended

How to run

To run the documentation generation process, run one of the following commands, based on what type of documentation you want to generate.

CommandDescription
makeGenerate both HTML and PDF documentation (default)
make htmlGenerate HTML documentation only
make pdfGenerate PDF documentation (requires LaTeX)
make cleanRemove all generated documentation files
make rebuildClean and regenerate all documentation from scratch
make helpDisplay help information about available commands