dstroy0 / InputHandler

Arduino input handler
https://dstroy0.github.io/InputHandler/
GNU General Public License v3.0
1 stars 0 forks source link

fix favicon & MD linting; add docs/html to .gitignore #9

Closed 2bndy5 closed 2 years ago

2bndy5 commented 2 years ago

Saw some easy fixes about the docs, so I figured I'd submit these changes:


I noticed the Doxyfile was generated (or at least last updated) by Doxygen v1.9.1. However, the CI is running v1.9.3. The Doxyfile should easily be updated by running

doxygen -u

This is not that important, and IDK which version of doxygen you're using locally. This is why I'm only mentioning it but not doing anything about it.

2bndy5 commented 2 years ago

FYI image can be obtained by clicking the settings icon (image) and filling in the info image You also don't need to display the "packages" data because this lib wouldn't apply to that. The "environments" data can be used to display the deployment history of the gh-pages branch. Although, this repo updates that on every commit, so maybe its not worth displaying that.