4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-04-26 13:44:34 +00:00

fix searcg

This commit is contained in:
Andrei Yankovich 2022-01-18 18:41:23 +03:00
parent 6374266c6c
commit df4c357d73

View File

@ -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.