From patchwork Sun Apr 24 13:05:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylvain Munaut <246tnt@gmail.com> X-Patchwork-Id: 614140 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by ozlabs.org (Postfix) with ESMTP id 3qt8r33q76z9t6W for ; Sun, 24 Apr 2016 23:11:15 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 21C0713A22; Sun, 24 Apr 2016 13:11:14 +0000 (UTC) X-Original-To: openbsc@lists.osmocom.org Delivered-To: openbsc@lists.osmocom.org Received: from gibson.whatever-company.com (unknown [IPv6:2001:41d0:2:fcb9::10]) by lists.osmocom.org (Postfix) with ESMTP id CFD8E13A18 for ; Sun, 24 Apr 2016 13:11:12 +0000 (UTC) Received: from rei.in-berlin.de (unknown [37.19.15.129]) by gibson.whatever-company.com (Postfix) with ESMTP id 56A69592; Sun, 24 Apr 2016 13:40:01 +0000 (UTC) From: Sylvain Munaut <246tnt@gmail.com> To: OpenBSC ML Subject: [PATCH 1/2] Doxygen: Enable client-based search engine Date: Sun, 24 Apr 2016 15:05:44 +0200 Message-Id: <1461503145-1127-1-git-send-email-246tnt@gmail.com> X-Mailer: git-send-email 2.7.3 X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Development of OpenBSC, OsmoBSC, OsmoNITB, OsmoCSCN" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sylvain Munaut Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" From: Sylvain Munaut Signed-off-by: Sylvain Munaut --- 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