project-imprimis / libprimis

Libprimis: Imprimis' 3D destroyable world engine
https://project-imprimis.github.io/libprimis/index.html
Other
29 stars 8 forks source link

Add favicon. #238

Closed Luis-Licea closed 2 years ago

Luis-Licea commented 2 years ago

Adding a favicon requires customizing the Doxygen header.html file.

Use doxygen to generate a template header file for HTML by running doxygen -w html header.html footer.html styleSheet.css. Then discard the footer.html and stylesheet.css files because they are not needed.

Because devices use favicons of different sizes for different purposes, I used https://favicon.io to resize the game logo into various sizes.

The header.html file and locations of the favicons were specified in the Doxyfile so that they are used by Doxygen.