From d67a8d5a169047dda642c130ef3be5130a3836c7 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 18 Jan 2022 18:45:00 +0300 Subject: [PATCH] try fix docs --- doxygen.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen.conf b/doxygen.conf index 3c71e01..83d42dd 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -1605,7 +1605,7 @@ SEARCHENGINE = YES # The default value is: NO. # This tag requires that the tag SEARCHENGINE is set to YES. -SERVER_BASED_SEARCH = YES +SERVER_BASED_SEARCH = NO # When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP # script for searching. Instead the search results are written to an XML file @@ -1621,7 +1621,7 @@ SERVER_BASED_SEARCH = YES # The default value is: NO. # This tag requires that the tag SEARCHENGINE is set to YES. -EXTERNAL_SEARCH = NO +EXTERNAL_SEARCH = YES # The SEARCHENGINE_URL should point to a search engine hosted by a web server # which will return the search results when EXTERNAL_SEARCH is enabled.