aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2016-04-24 15:05:44 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-24 19:48:05 +0200
commitc7c582a95f8a68e9516bb60132b384c4087d55b3 (patch)
treea462bc6d486a467e578711b385e20eba46b9b9f6
parent27e8036d418181e390809c8668d15a9ab425be59 (diff)
Doxygen: Enable client-based search engine
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--Doxyfile.codec.in2
-rw-r--r--Doxyfile.core.in2
-rw-r--r--Doxyfile.gsm.in2
-rw-r--r--Doxyfile.vty.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in
index 4f539c71..00ab43a1 100644
--- a/Doxyfile.codec.in
+++ b/Doxyfile.codec.in
@@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
diff --git a/Doxyfile.core.in b/Doxyfile.core.in
index 71843ccc..045402fe 100644
--- a/Doxyfile.core.in
+++ b/Doxyfile.core.in
@@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in
index c4a837f8..76c8f81d 100644
--- a/Doxyfile.gsm.in
+++ b/Doxyfile.gsm.in
@@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in
index 5f7a1589..2763823d 100644
--- a/Doxyfile.vty.in
+++ b/Doxyfile.vty.in
@@ -1141,7 +1141,7 @@ MATHJAX_RELPATH = http://www.mathjax.org/mathjax
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
-SEARCHENGINE = NO
+SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client