diff --git a/Doxyfile-mcss b/Doxyfile-mcss index 523dc70e6..7e8d452f7 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -96,6 +96,8 @@ M_PAGE_FINE_PRINT = "
Magnum docs. Part of the : or / suffix lists all members of given symbol or directory. Navigate through the list using ↓ and ↑, press Enter to go." +M_FAVICON = doc/favicon.ico + M_LINKS_NAVBAR1 = \ "getting-started building cmake" \ "pages features platforms example-index tips utilities" diff --git a/Doxyfile-public b/Doxyfile-public index ca5784761..8c00d3e46 100644 --- a/Doxyfile-public +++ b/Doxyfile-public @@ -96,4 +96,6 @@ M_SEARCH_DOWNLOAD_BINARY = YES M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}" +M_FAVICON = http://doc.magnum.graphics/favicon.ico + # kate: hl Doxyfile diff --git a/doc/favicon.ico b/doc/favicon.ico new file mode 100644 index 000000000..6bb0be70d Binary files /dev/null and b/doc/favicon.ico differ
/