The folowing project is in developpement, no detailed documentation has already been made.
Install Doxygen
apt update
apt install doxygen graphviz
Clone the repository
git clone https://github.com/storca/OpenArdFire.git
cd OpenArdFire
Make the docs
doxygen
Open them
cd doc/html
firefox index.html
You may check the wiki to find more information.