Doxygen cheatsheet

Authmane Terki
1 min readSep 9, 2018

--

To install Doxygen on Debian:

sudo apt install doxygen

To make Doxygen able to generate charts, also install this dependency:

sudo apt install graphviz

To generate the doc:

doxygen <doxygen config file>

If Doxygen config file is named Doxyfile , we can simply run:

doxygen

--

--

Authmane Terki
Authmane Terki

No responses yet