From 507761cb8ea72ebb7e57bab8a1c551c4a8f700d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Jul 2018 17:47:54 +0200 Subject: [PATCH] doc: stupid me. --- Doxyfile-mcss | 20 ++++++++++---------- Doxyfile-public | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Doxyfile-mcss b/Doxyfile-mcss index 44f3e982f..f638c701b 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -100,18 +100,18 @@ HTML_EXTRA_STYLESHEET = \ https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \ ../css/m-dark+doxygen.compiled.css -#! M_PAGE_FINE_PRINT = "

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2018.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

" +##! M_PAGE_FINE_PRINT = "

Magnum docs. Part of the Magnum project, copyright © Vladimír Vondruš and contributors, 2010–2018.
Generated by Doxygen {doxygen_version} and m.css. Contact the team via GitHub, Gitter, e-mail or Twitter.

" -#! M_SEARCH_HELP = "Search for symbols, directories, files, pages, OpenGL/GLSL and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a : or / suffix lists all members of given symbol or directory. Navigate through the list using and , press Enter to go." +##! M_SEARCH_HELP = "Search for symbols, directories, files, pages, OpenGL/GLSL and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a : 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_FAVICON = doc/favicon.ico -#! M_LINKS_NAVBAR1 = \ -#! "getting-started building cmake" \ -#! "pages features platforms example-index tips utilities" -#! M_LINKS_NAVBAR2 = \ -#! "namespaces" \ -#! "annotated" \ -#! "files" +##! M_LINKS_NAVBAR1 = \ +##! "getting-started building cmake" \ +##! "pages features platforms example-index tips utilities" +##! M_LINKS_NAVBAR2 = \ +##! "namespaces" \ +##! "annotated" \ +##! "files" # kate: hl Doxyfile diff --git a/Doxyfile-public b/Doxyfile-public index 6d3bf6e40..b9e5b89ca 100644 --- a/Doxyfile-public +++ b/Doxyfile-public @@ -100,10 +100,10 @@ HTML_EXTRA_STYLESHEET = \ http://static.magnum.graphics/m-dark.compiled.css \ http://static.magnum.graphics/m-dark.doxygen.compiled.css -#! M_SEARCH_DOWNLOAD_BINARY = YES +##! M_SEARCH_DOWNLOAD_BINARY = YES -#! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}" +##! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}" -#! M_FAVICON = http://doc.magnum.graphics/favicon.ico +##! M_FAVICON = http://doc.magnum.graphics/favicon.ico # kate: hl Doxyfile