From c1063830fe914096498ef9f641e6e567fd52e1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 11 Feb 2018 00:57:02 +0100 Subject: [PATCH] Update Doxyfile for the search functionality. This also means I can finally get rid of that "sorry this is crappy" disclaimer on the top. --- Doxyfile-mcss | 2 -- Doxyfile-public | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile-mcss b/Doxyfile-mcss index 3bf27f557..d44bf1b62 100644 --- a/Doxyfile-mcss +++ b/Doxyfile-mcss @@ -77,8 +77,6 @@ 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_HEADER = "
This is a snapshot of a work-in-progress documentation theme. If you feel lost, miss something, or want to see the original Doxygen docs instead, head over to the archived version of this documentation page.
" - 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.

" # kate: hl Doxyfile diff --git a/Doxyfile-public b/Doxyfile-public index 1e51f0110..f528ce5bf 100644 --- a/Doxyfile-public +++ b/Doxyfile-public @@ -78,6 +78,8 @@ HTML_EXTRA_STYLESHEET = \ http://static.magnum.graphics/m-dark.compiled.css \ http://static.magnum.graphics/m-dark.doxygen.compiled.css -M_PAGE_HEADER = "
This is a snapshot of a work-in-progress documentation theme. If you feel lost, miss something, or want to see the original Doxygen docs instead, head over to the archived version of this documentation page.
" +M_SEARCH_DOWNLOAD_BINARY = YES + +M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}" # kate: hl Doxyfile