aboutsummaryrefslogtreecommitdiff
path: root/doxygen/footer.html (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14doxygen/footer.html: Add missing closing tags and don't open a new tab.Lasse Collin1-2/+4
The footer template from Doxygen has the closing </body> </html> as Doxygen doesn't add them otherwise. target="_blank" was omitted as it's not useful here but it can be slightly annoying as one cannot just go back in the browser history. Since the footer links to the license file in the same directory and not to CC website, the rel attributes can be omitted.
2024-01-24Move doc/logo/xz-logo.png to "doc" and Doxygen footer to "doxygen".Lasse Collin1-0/+11
The footer isn't a complete HTML file so having it in the doxygen directory is a tiny bit clearer.