Doxygen cheatsheet
Sep 9, 2018 · 1 min read
To install Doxygen on Debian:
sudo apt install doxygenTo make Doxygen able to generate charts, also install this dependency:
sudo apt install graphvizTo generate the doc:
doxygen <doxygen config file>If Doxygen config file is named Doxyfile , we can simply run:
doxygen