PowerTuneDigital / PowerTuneDigitalOfficial

Official PowerTune Digital Repo
GNU General Public License v3.0
18 stars 7 forks source link

Generate Doxygen documentation #61

Open pgrandin opened 2 years ago

pgrandin commented 2 years ago

Doxygen is a very useful tool which can generate code documentation and diagram from the code. This PR allows us to run Doxygen against code updates and publish them to github pages.

After some testing, we might want to restrict pushing to github pages to when PRs are merged, but we can do that later on.