From fa4c9cce935c576fcfd7ecdd16fa506587f6b1b2 Mon Sep 17 00:00:00 2001 From: Mark Ellzey Date: Wed, 21 Nov 2012 10:44:45 -0500 Subject: [PATCH] Enable search engine for Doxygen. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index f27ea6b..6c5363d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1101,7 +1101,7 @@ FORMULA_TRANSPARENT = YES # 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