jhugon / ascii-serial-com

Serial communication library between computers and microcontrollers, FPGAs, etc. Uses only ASCII
GNU General Public License v3.0
0 stars 0 forks source link

Doxygen on GitHub with CI #39

Closed jhugon closed 2 years ago

jhugon commented 2 years ago

Make CI generate and put the Doxygen on repository’s GitHub site.

https://satviksr.medium.com/automatically-publish-documentation-of-your-code-using-github-actions-and-doxygen-e9aaa75f6347

https://github.com/satu0king/Github-Documentation-With-Doxygen/blob/master/main.yml

jhugon commented 2 years ago

May want to standardize documentation of register blocks while doing this

jhugon commented 2 years ago

It was quite easy! Resolved with 2a7447ebf7443abfeb68d23e20a50d150b11cd12 and some settings changes on GitHub.