Build the documentationΒΆ
To build the documentation, make sure you have Doxygen installed:
sudo apt-get install -y doxygen
and execute the following:
cd docs
make run
The documentation is now available at http://localhost:8000
.
To build the documentation, make sure you have Doxygen installed:
sudo apt-get install -y doxygen
and execute the following:
cd docs
make run
The documentation is now available at http://localhost:8000
.