From 7b453ae409ab92cd50568d6554d912cb1e138044 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 4 May 2023 13:42:06 +0200 Subject: [PATCH] doxygen: Enable JS search engine --- Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile.in b/Doxyfile.in index decbafbecf..6eab6968e1 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -1453,7 +1453,7 @@ MATHJAX_CODEFILE = # The default value is: YES. # This tag requires that the tag GENERATE_HTML is set to YES. -SEARCHENGINE = NO +SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be # implemented using a web server instead of a web client using Javascript. There