[PATCH 1/2] Doxygen: Enable client-based search engine

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Sylvain Munaut 246tnt at gmail.com
Sun Apr 24 13:05:44 UTC 2016


From: Sylvain Munaut <tnt at 246tNt.com>

Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
---
 Doxyfile.codec.in | 2 +-
 Doxyfile.core.in  | 2 +-
 Doxyfile.gsm.in   | 2 +-
 Doxyfile.vty.in   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in
index 4f539c7..00ab43a 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 71843cc..045402f 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 c4a837f..76c8f81 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 5f7a158..2763823 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
-- 
2.7.3




More information about the OpenBSC mailing list