skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Enhancement: To autogenerate a documentation in Doxygen the code has to be commented #108

Open AKMaily opened 2 months ago

AKMaily commented 2 months ago

To have a good documentation of the code we will use doxygen. Doxygen is an app that can autogenerate a documentation out of the code. For this the code has to be commented in doxygen syntax (comments doxygen can read). For this documentation i will start to comment the code piece by piece.