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.
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 thefooter.html
andstylesheet.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 theDoxyfile
so that they are used by Doxygen.